Package com.sun.speech.freetts.en
Class PostLexicalAnalyzer
java.lang.Object
com.sun.speech.freetts.en.PostLexicalAnalyzer
- All Implemented Interfaces:
UtteranceProcessor
Annotates the utterance with post lexical information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
processUtterance
(Utterance utterance) Performs the post lexical processing.toString()
Returns the string representation of the object
-
Constructor Details
-
PostLexicalAnalyzer
public PostLexicalAnalyzer()Constructs a PostLexicalAnalyzer
-
-
Method Details
-
processUtterance
Performs the post lexical processing.- Specified by:
processUtterance
in interfaceUtteranceProcessor
- Parameters:
utterance
- the utterance to process- Throws:
ProcessException
- if an error occurs while processing of the utterance
-
toString
Returns the string representation of the object
-