Uses of Class
inpro.incremental.unit.SegmentIU

Packages that use SegmentIU
inpro.incremental.unit   
inpro.incremental.util   
 

Uses of SegmentIU in inpro.incremental.unit
 

Subclasses of SegmentIU in inpro.incremental.unit
 class SysSegmentIU
           
 

Methods in inpro.incremental.unit that return SegmentIU
 SegmentIU WordIU.getFirstSegment()
           
 SegmentIU WordIU.getLastSegment()
           
 

Methods in inpro.incremental.unit that return types with arguments of type SegmentIU
 java.util.List<SegmentIU> SyllableIU.getNucleus()
           
 java.util.List<SegmentIU> WordIU.getSegments()
           
 

Constructors in inpro.incremental.unit with parameters of type SegmentIU
SegmentIU(java.lang.String segment, SegmentIU sll)
           
 

Uses of SegmentIU in inpro.incremental.util
 

Methods in inpro.incremental.util with parameters of type SegmentIU
static WordIU WordUtil.wordFromPronunciation(edu.cmu.sphinx.linguist.dictionary.Pronunciation pron, WordIU wordSLL, SyllableIU syllSLL, SegmentIU segmentSLL)
          creates a new word/syllable/segment network from the parameters