morfologik.tools
Class FSA2CFSA

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

public final class FSA2CFSA
extends Object

Convert from FSA5 to CFSA format.


Field Summary
protected  Options options
          Command line options.
 
Constructor Summary
FSA2CFSA()
           
 
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.
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

FSA2CFSA

public FSA2CFSA()
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.



Copyright © 2010. All Rights Reserved.