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

Method tokens2text

funasr/tokenizer/abs_tokenizer.py:20–26  ·  view source on GitHub ↗

Tokens2text. Args: tokens: TODO.

(self, tokens: Iterable[str])

Source from the content-addressed store, hash-verified

18
19 @abstractmethod
20 def tokens2text(self, tokens: Iterable[str]) -> str:
21 """Tokens2text.
22
23 Args:
24 tokens: TODO.
25 """
26 raise NotImplementedError
27
28
29class BaseTokenizer(ABC):

Callers 11

inferenceMethod · 0.45
inferenceMethod · 0.45
inferenceMethod · 0.45
inferenceMethod · 0.45
inferenceMethod · 0.45
inferenceMethod · 0.45
inferenceMethod · 0.45
inferenceMethod · 0.45
inferenceMethod · 0.45
inferenceMethod · 0.45
inferenceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected