fix score doc

pull/916/head
Hui Zhang 3 years ago
parent 0f59459a66
commit 9e6f89bde1

@ -145,9 +145,11 @@ class PartialScorerInterface(ScorerInterface):
and receives pre-pruned next tokens to score because it is too heavy to score and receives pre-pruned next tokens to score because it is too heavy to score
all the tokens. all the tokens.
Score sub-set of tokens, not all.
Examples: Examples:
* Prefix search for connectionist-temporal-classification models * Prefix search for connectionist-temporal-classification models
* :class:`espnet.nets.scorers.ctc.CTCPrefixScorer` * :class:`decoders.scorers.ctc.CTCPrefixScorer`
""" """

Loading…
Cancel
Save