|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ASRResultKeeper | |
---|---|
demo.inpro.system.greifarm | This package contains all classes that are necessary for the Greifarm domain. |
inpro.incremental.deltifier | Package for deltifiers, The pluggable modules that convert
Sphinx' Result objects
to objects of the IU world. |
Uses of ASRResultKeeper in demo.inpro.system.greifarm |
---|
Classes in demo.inpro.system.greifarm that implement ASRResultKeeper | |
---|---|
class |
WordAdaptiveSmoothingDeltifier
TODO/possible extensions: - make incremental smoothing depend on currently salient actions (left is more likely after left, stop is more likely while moving) |
Uses of ASRResultKeeper in inpro.incremental.deltifier |
---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |