|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinpro.incremental.deltifier.ASRWordDeltifier
inpro.incremental.deltifier.NonIncrementalDeltifier
public class NonIncrementalDeltifier
A deltifier which does not output any intermediate hypotheses. Output IUs are only provided when the ASR result is final. Thus, this deltifier effectively "switches off" incrementality.
Field Summary |
---|
Fields inherited from class inpro.incremental.deltifier.ASRWordDeltifier |
---|
currentFrame, currentOffset, recoFinal, startTime, wordEdits, wordIUs |
Constructor Summary | |
---|---|
NonIncrementalDeltifier()
|
Method Summary | |
---|---|
java.util.List<EditMessage<WordIU>> |
getWordEdits()
only if recognition is final, output the results of the underlying deltifier; otherwise return an empty list; which will then contain a list of all ADD edits for the words in the final result. |
java.util.List<WordIU> |
getWordIUs()
only if recognition is final, output the results of the underlying deltifier; otherwise return an empty list which will then contain the words in the final result. |
Methods inherited from class inpro.incremental.deltifier.ASRWordDeltifier |
---|
deltify, deltify, getCurrentFrame, getCurrentTime, getTokens, newProperties, reset, setCollectTime, setOffset, signalOccurred, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NonIncrementalDeltifier()
Method Detail |
---|
public java.util.List<EditMessage<WordIU>> getWordEdits()
getWordEdits
in interface ASRResultKeeper
getWordEdits
in class ASRWordDeltifier
public java.util.List<WordIU> getWordIUs()
getWordIUs
in interface ASRResultKeeper
getWordIUs
in class ASRWordDeltifier
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |