fix score doc

pull/1091/head
Hui Zhang 4 years ago
parent cb51c9c2dd
commit 7af855bddc

@ -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