| Classes in inpro.incremental.deltifier that implement ASRResultKeeper |
class |
ASRWordDeltifier
an ASRWordDeltifier (and descendants) can be used
to store the ASR's (or one of the ASR's) current hypothesis
you would usually call deltify() (either on the result or a specific token from the n-best-list)
and afterwards retrieve the WordIUs and edits since the previous call via getIUs() and getEdits()
Descendents of this class implement methods described in NAACL-HLT 2009 |
class |
FixedLagDeltifier
fixed lag deltifier only passes along words that have not
started with a given fixed lag |
class |
NonIncrementalDeltifier
A deltifier which does not output any intermediate hypotheses. |
class |
SmoothingDeltifier
only outputs IUs if a word is consecutively hypothesized for N frames. |