Uses of Class
inpro.incremental.unit.PhraseIU

Packages that use PhraseIU
inpro.incremental.processor   
inpro.incremental.unit   
 

Uses of PhraseIU in inpro.incremental.processor
 

Fields in inpro.incremental.processor declared as PhraseIU
(package private)  PhraseIU SynthesisModule.NotifyCompletedOnOngoing.completed
           
 

Fields in inpro.incremental.processor with type parameters of type PhraseIU
(package private)  java.util.ArrayList<PhraseIU> SynthesisModule.upcomingPhrases
           
 

Methods in inpro.incremental.processor with parameters of type PhraseIU
private  void SynthesisModule.appendNotification(SysInstallmentIU installment, PhraseIU phrase)
           
 

Constructors in inpro.incremental.processor with parameters of type PhraseIU
SynthesisModule.NotifyCompletedOnOngoing(PhraseIU notify)
           
 

Uses of PhraseIU in inpro.incremental.unit
 

Methods in inpro.incremental.unit with parameters of type PhraseIU
private  void PhraseBasedInstallmentIU.appendContinuation(PhraseIU phrase)
          append a continuation to the ongoing installment // this works as follows: // * we have linguistic preprocessing generate a full IU structure for both the base words and the continuation // * we then identify the words which are the continuation part of the full structure: // * we append the continuation part to the last utterance of the IU // * we then move backwards in the lists of segments and copy over synthesis information to the old segments // we call this last step "back-substitution"
 void PhraseBasedInstallmentIU.appendPhrase(PhraseIU phrase)
          append words for this phrase at the end of the installment
 

Constructors in inpro.incremental.unit with parameters of type PhraseIU
PhraseBasedInstallmentIU(PhraseIU phrase)
          create a phrase from