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