com.sun.speech.freetts.en
Class PostLexicalAnalyzer

java.lang.Object
  extended bycom.sun.speech.freetts.en.PostLexicalAnalyzer
All Implemented Interfaces:
UtteranceProcessor

public class PostLexicalAnalyzer
extends java.lang.Object
implements UtteranceProcessor

Annotates the utterance with post lexical information.


Constructor Summary
PostLexicalAnalyzer()
          Constructs a PostLexicalAnalyzer
 
Method Summary
 void processUtterance(Utterance utterance)
          Performs the post lexical processing.
 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

PostLexicalAnalyzer

public PostLexicalAnalyzer()
Constructs a PostLexicalAnalyzer

Method Detail

processUtterance

public void processUtterance(Utterance utterance)
                      throws ProcessException
Performs the post lexical processing.

Specified by:
processUtterance in interface UtteranceProcessor
Parameters:
utterance - the utterance to process
Throws:
ProcessException - if an error occurs while processing of the utterance

toString

public java.lang.String toString()
Returns the string representation of the object

Returns:
the string representation of the object