| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmorfologik.tools.FSADumpTool
public final class FSADumpTool
This utility will dump the information and contents of a given FSA
 dictionary. It can dump dictionaries in the raw form (as fed to the
 fsa_build program) or decoding compressed stem forms.
| Field Summary | |
|---|---|
| protected  org.apache.commons.cli.Options | optionsCommand line options. | 
| Constructor Summary | |
|---|---|
| FSADumpTool() | |
| Method Summary | |
|---|---|
| protected  void | go(org.apache.commons.cli.CommandLine line)Command line entry point after parsing arguments. | 
| protected  void | go(java.lang.String[] args)Initializes application context. | 
| protected  void | initializeOptions(org.apache.commons.cli.Options options)Command line options for the tool. | 
| protected  boolean | isAvailable()Is the tool available? | 
| static void | main(java.lang.String[] args)Command line entry point. | 
| protected  void | printError(java.lang.String msg)Print an error without an exception. | 
| protected  void | printError(java.lang.String msg,
           java.lang.Throwable t)Print an error and an associated exception. | 
| protected  void | printUsage()Prints usage (options). | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected final org.apache.commons.cli.Options options
| Constructor Detail | 
|---|
public FSADumpTool()
| Method Detail | 
|---|
protected void go(org.apache.commons.cli.CommandLine line)
           throws java.lang.Exception
java.lang.Exceptionprotected void initializeOptions(org.apache.commons.cli.Options options)
public static void main(java.lang.String[] args)
                 throws java.lang.Exception
java.lang.Exceptionprotected final void go(java.lang.String[] args)
protected void printError(java.lang.String msg,
                          java.lang.Throwable t)
protected void printError(java.lang.String msg)
protected void printUsage()
protected boolean isAvailable()
true by default.
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||