Class FST<T>


  • public final class FST<T>
    extends Object
    Represents an finite state machine (FST), using a compact byte[] format.

    The format is similar to what's used by Morfologik (http://sourceforge.net/projects/morfologik).

    See the package documentation for some simple examples.