Package com.sun.speech.freetts
Interface PartOfSpeech
-
- All Known Implementing Classes:
PartOfSpeechImpl
public interface PartOfSpeechDetermines the part of speech of a word.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPartOfSpeech(java.lang.String word)Returns a description of the part of speech given a word.
-