|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinpro.incremental.util.WordUtil
public class WordUtil
utility functions to build IU sub-networks for Sphinx' words
Constructor Summary | |
---|---|
WordUtil()
|
Method Summary | |
---|---|
static WordIU |
wordFromPronunciation(edu.cmu.sphinx.linguist.dictionary.Pronunciation pron)
creates a new word/syllable/segment network from the parameters |
static WordIU |
wordFromPronunciation(edu.cmu.sphinx.linguist.dictionary.Pronunciation pron,
WordIU wordSLL,
SyllableIU syllSLL,
SegmentIU segmentSLL)
creates a new word/syllable/segment network from the parameters |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WordUtil()
Method Detail |
---|
public static WordIU wordFromPronunciation(edu.cmu.sphinx.linguist.dictionary.Pronunciation pron, WordIU wordSLL, SyllableIU syllSLL, SegmentIU segmentSLL)
pron
- the pronunciation to get sub-word information fromwordSLL
- the SLL the WordIU will be connected tosyllSLL
- the SLL the SyllIU will be connected tosegmentSLL
- the SLL the SegmentIU will be connected to
public static WordIU wordFromPronunciation(edu.cmu.sphinx.linguist.dictionary.Pronunciation pron)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |