Package inpro.incremental.source

Class Summary
CurrentASRHypothesis this class is the glue between sphinx and InproTK and is the starting point into the IU world.
IUDocument An IUDocument stores a list of current IUs, edits since the last update and the string for the (partial) next IU It handles HypothesisChangeListeners which are notified, when the IUList changes (or is committed) (and can be set via setListeners()) IUs are committed and the list is reset after an explicit call to commit() (when used as the document of a JTextField, this can be done by calling commit() from a JTextField's ActionListener)
OffsetAdapter there are two alternatives to set the offset: - put an OffsetAdapter into the FrontEnd (after VAD) - alternatively, use ASRWordDeltifier.signalOccurred() ; for this you have to call FrontEnd.addSignalListener(deltifier) somewhere (CurrentHypothesis-setup) here, the offset is given in centiseconds (frames)