textmaven.application.translator
Class Main

java.lang.Object
  extended bytextmaven.application.translator.Main
All Implemented Interfaces:
Globals

public class Main
extends java.lang.Object
implements Globals

Bootstrapping class parsing in the configuration and handing processing over to the class configured as processor in the configuration. All parameters passed in over the command line are just handed over to the processor.

Author:
krebtho

Field Summary
 
Fields inherited from interface textmaven.Globals
C_ATTR_CLASSNAME, C_DICT_BASE_TYPE, C_DICT_TYPE, C_SERVER_BASE_TYPE, C_STEMMER_BASE_TYPE, C_WRITER_BASE_TYPE, CONFIG_FILE, DEFAULT_SENTENCES, DEFAULT_SEPARATOR, NEW_PARA, T_COL_DICTIONARY, T_COL_HOMONYMID, T_COL_ID, T_COL_LEXKEY, T_COL_TRANSLATION, T_COL_WORDCLASS, VERBOSE
 
Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void write(Configuration conf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)

write

public static void write(Configuration conf)


Copyright © 2002-2005 Sourceforge. All Rights Reserved.