|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmorfologik.tools.DumpTool
public final class DumpTool
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 Options |
options
Command line options. |
| Constructor Summary | |
|---|---|
DumpTool()
|
|
| Method Summary | |
|---|---|
protected void |
go(CommandLine line)
Command line entry point after parsing arguments. |
protected void |
go(String[] args)
Initializes application context. |
protected void |
initializeOptions(Options options)
Command line options for the tool. |
protected boolean |
isAvailable()
Is the tool available? |
static void |
main(String[] args)
Command line entry point. |
protected void |
printError(String msg)
Print an error without an exception. |
protected void |
printError(String msg,
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 Options options
| Constructor Detail |
|---|
public DumpTool()
| Method Detail |
|---|
protected void go(CommandLine line)
throws Exception
Exceptionprotected void initializeOptions(Options options)
public static void main(String[] args)
throws Exception
Exceptionprotected final void go(String[] args)
protected void printError(String msg,
Throwable t)
protected void printError(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 | |||||||||