Uses of Class
inpro.annotation.TextGrid

Packages that use TextGrid
inpro.annotation   
inpro.sphinx.decoder   
 

Uses of TextGrid in inpro.annotation
 

Methods in inpro.annotation that return TextGrid
static TextGrid TextGrid.newEmptyTextgrid()
           
static TextGrid TextGrid.newFromTextGridFile(java.io.File file)
           
static TextGrid TextGrid.newFromTextGridFile(java.lang.String filename)
           
static TextGrid TextGrid.newFromTextGridLines(java.util.List<java.lang.String> lines)
           
 

Uses of TextGrid in inpro.sphinx.decoder
 

Methods in inpro.sphinx.decoder with parameters of type TextGrid
 void FakeSearch.loadTranscript(TextGrid tg)
          create the internal sortedTokenList from the given Textgrid this works as follows: - iterate over the words in the word tier - find pronunciation from the dictionary - generate a PronunciationState and Token for this word and add it to the sortedTokenList - for each unit in the pronunciation - assert that the given unit labels match the units in the pronunciation - generate a UnitState and Token for this unit and add it to the sortedTokenList