Package edu.cmu.sphinx.linguist.dictionary

Provides a generic interface to a dictionary as well as several implementations.

See:
          Description

Interface Summary
Dictionary Provides a generic interface to a dictionary.
 

Class Summary
FastDictionary Creates a dictionary by quickly reading in an ASCII-based Sphinx-3 format dictionary.
FullDictionary Creates a dictionary by reading in an ASCII-based Sphinx-3 format dictionary.
Pronunciation Provides pronunciation information for a word.
Word Represents a word, its spelling and its pronunciation.
WordClassification Provides a classification of words
 

Package edu.cmu.sphinx.linguist.dictionary Description

Provides a generic interface to a dictionary as well as several implementations. The dictionary provides a mechanism for determining the pronunciation of a word.