morfologik.tools
Class Text2FSA5

java.lang.Object
  extended by morfologik.tools.Text2FSA5

public final class Text2FSA5
extends Object

Convert from plain text input to FSA5.


Field Summary
protected  Options options
          Command line options.
 
Constructor Summary
Text2FSA5()
           
 
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)
          Override and initialize options.
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

options

protected final Options options
Command line options.

Constructor Detail

Text2FSA5

public Text2FSA5()
Method Detail

go

protected void go(CommandLine line)
           throws Exception
Command line entry point after parsing arguments.

Throws:
Exception

printUsage

protected void printUsage()
Prints usage (options).


initializeOptions

protected void initializeOptions(Options options)
Override and initialize options.


main

public static void main(String[] args)
                 throws Exception
Command line entry point.

Throws:
Exception

go

protected final void go(String[] args)
Initializes application context.


printError

protected void printError(String msg,
                          Throwable t)
Print an error and an associated exception.


printError

protected void printError(String msg)
Print an error without an exception.


isAvailable

protected boolean isAvailable()
Is the tool available? true by default.



Copyright © 2010. All Rights Reserved.