MCPcopy Create free account
hub / github.com/modelscope/FunASR / tokens2text

Method tokens2text

funasr/tokenizer/abs_tokenizer.py:136–142  ·  view source on GitHub ↗

Tokens2text. Args: tokens: TODO.

(self, tokens: Iterable[str])

Source from the content-addressed store, hash-verified

134
135 @abstractmethod
136 def tokens2text(self, tokens: Iterable[str]) -> str:
137 """Tokens2text.
138
139 Args:
140 tokens: TODO.
141 """
142 raise NotImplementedError

Callers 1

decodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected