|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ASRWordDeltifier | |
---|---|
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. |
inpro.incremental.source |
Uses of ASRWordDeltifier in demo.inpro.system.greifarm |
---|
Subclasses of ASRWordDeltifier in demo.inpro.system.greifarm | |
---|---|
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) |
Fields in demo.inpro.system.greifarm with type parameters of type ASRWordDeltifier | |
---|---|
private java.util.List<ASRWordDeltifier> |
GreifarmExperiment.deltifiers
|
(package private) java.util.HashMap<ASRWordDeltifier,java.util.List<GreifarmExperiment.Score>> |
GreifarmExperiment.testResult
|
Methods in demo.inpro.system.greifarm that return ASRWordDeltifier | |
---|---|
private ASRWordDeltifier |
GreifarmExperiment.getDeltifier()
|
Uses of ASRWordDeltifier in inpro.incremental.deltifier |
---|
Subclasses of ASRWordDeltifier in inpro.incremental.deltifier | |
---|---|
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. |
Uses of ASRWordDeltifier in inpro.incremental.source |
---|
Fields in inpro.incremental.source declared as ASRWordDeltifier | |
---|---|
(package private) ASRWordDeltifier |
CurrentASRHypothesis.asrDeltifier
|
Methods in inpro.incremental.source that return ASRWordDeltifier | |
---|---|
ASRWordDeltifier |
CurrentASRHypothesis.getDeltifier()
|
Methods in inpro.incremental.source with parameters of type ASRWordDeltifier | |
---|---|
void |
CurrentASRHypothesis.setDeltifier(ASRWordDeltifier deltifier)
programmatically set the deltifier |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |