|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.speech.freetts.en.PartOfSpeechTagger
public class PartOfSpeechTagger
Tags the words in the utterance with their part-of-speech. Currently this does nothing.
| Constructor Summary | |
|---|---|
PartOfSpeechTagger()
Constructs a PartOfSpeechTagger |
|
| Method Summary | |
|---|---|
void |
processUtterance(Utterance utterance)
Tags the utterance with part-of-speech information. |
java.lang.String |
toString()
Returns the string representation of the object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PartOfSpeechTagger()
| Method Detail |
|---|
public void processUtterance(Utterance utterance)
throws ProcessException
processUtterance in interface UtteranceProcessorutterance - the utterance to process/tokenize
ProcessException - if an error occurs while
processing of the utterancepublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||