morfologik.fsa
Class FSAUtils
java.lang.Object
morfologik.fsa.FSAUtils
public final class FSAUtils
- extends Object
Other FSA-related utilities not directly associated with the class hierarchy.
|
Method Summary |
static String |
toDot(FSA fsa,
int node)
Returns the right-language reachable from a given FSA node, formatted
as an input for the graphviz package (expressed in the dot
language). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FSAUtils
public FSAUtils()
toDot
public static String toDot(FSA fsa,
int node)
- Returns the right-language reachable from a given FSA node, formatted
as an input for the graphviz package (expressed in the
dot
language).
Copyright © 2010. All Rights Reserved.