com.sun.speech.freetts.en.us
Class SuffixFSM

java.lang.Object
  extended bycom.sun.speech.freetts.en.us.PronounceableFSM
      extended bycom.sun.speech.freetts.en.us.SuffixFSM

public class SuffixFSM
extends PronounceableFSM

Implements a finite state machine that checks if a given string is a suffix.


Field Summary
 
Fields inherited from class com.sun.speech.freetts.en.us.PronounceableFSM
scanFromFront, transitions, vocabularySize
 
Constructor Summary
SuffixFSM(java.net.URL url)
          Constructs a SuffixFSM.
 
Methods inherited from class com.sun.speech.freetts.en.us.PronounceableFSM
accept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuffixFSM

public SuffixFSM(java.net.URL url)
          throws java.io.IOException
Constructs a SuffixFSM.