MCPcopy Create free account
hub / github.com/OpenMOSS/MOSS-TTS-Nano / TextNormalizationSnapshot

Class TextNormalizationSnapshot

text_normalization_pipeline.py:17–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16@dataclass(frozen=True)
17class TextNormalizationSnapshot:
18 state: str
19 message: str
20 error: str | None = None
21 ready: bool = False
22 available: bool = False
23
24 @property
25 def failed(self) -> bool:
26 return self.state == "failed"
27
28
29class WeTextProcessingManager:

Callers 1

snapshotMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected