Uses of Package
inpro.incremental.deltifier

Packages that use inpro.incremental.deltifier
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   
 

Classes in inpro.incremental.deltifier used by demo.inpro.system.greifarm
ASRResultKeeper
          allows to query the the current state of ASR input
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
SmoothingDeltifier
          only outputs IUs if a word is consecutively hypothesized for N frames.
SmoothingDeltifier.SmoothingCounter
          stores the maturity for a given edit message
 

Classes in inpro.incremental.deltifier used by inpro.incremental.deltifier
ASRResultKeeper
          allows to query the the current state of ASR input
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
SmoothingDeltifier.SmoothingCounter
          stores the maturity for a given edit message
 

Classes in inpro.incremental.deltifier used by inpro.incremental.source
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