Class PostLexicalAnalyzer

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

public class PostLexicalAnalyzer extends Object implements UtteranceProcessor
Annotates the utterance with post lexical information.
  • Constructor Details

    • PostLexicalAnalyzer

      public PostLexicalAnalyzer()
      Constructs a PostLexicalAnalyzer
  • Method Details

    • 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 String toString()
      Returns the string representation of the object
      Overrides:
      toString in class Object
      Returns:
      the string representation of the object