Uses of Class
inpro.incremental.unit.SysSegmentIU

Packages that use SysSegmentIU
inpro.incremental.unit   
inpro.incremental.util   
inpro.synthesis.hts   
 

Uses of SysSegmentIU in inpro.incremental.unit
 

Methods in inpro.incremental.unit that return types with arguments of type SysSegmentIU
 java.util.List<SysSegmentIU> SysInstallmentIU.getSegments()
           
 

Methods in inpro.incremental.unit with parameters of type SysSegmentIU
private  void PhraseBasedInstallmentIU.backsubstituteHTSModels(SysSegmentIU newSeg, SysSegmentIU oldSeg)
          recursively walk backwards on the segment layer, replacing older segments with newer segments.
 void SysSegmentIU.copySynData(SysSegmentIU newSeg)
          copy all data necessary for synthesis -- i.e. the htsModel and pitchmarks
 

Uses of SysSegmentIU in inpro.incremental.util
 

Methods in inpro.incremental.util that return SysSegmentIU
 SysSegmentIU TTSUtil.Segment.toIU(java.util.Iterator<marytts.htsengine.HTSModel> hmmIterator)
           
 

Uses of SysSegmentIU in inpro.synthesis.hts
 

Fields in inpro.synthesis.hts declared as SysSegmentIU
(package private)  SysSegmentIU IUBasedFullPStream.currIU
           
(package private)  SysSegmentIU IUBasedFullPStream.firstIU