Class FST<T>

  • All Implemented Interfaces:
    Accountable

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

    The format is similar to what's used by Morfologik (https://github.com/morfologik/morfologik-stemming).

    See the package documentation for some simple examples.

    WARNING: This API is experimental and might change in incompatible ways in the next release.