ABL4J (Alignment Based Learning for Java) - 0.9.7

org.schwiebert.abl4j.cluster
Class Main

java.lang.Object
  extended by org.schwiebert.abl4j.ApplicationBase
      extended by org.schwiebert.abl4j.cluster.Main

public final class Main
extends ApplicationBase


Field Summary
private  Cluster<? extends NonTerminalsMapping> cluster
           
private  StringBuffer options
           
static String PROGRAM_NAME
           
 
Fields inherited from class org.schwiebert.abl4j.ApplicationBase
properties
 
Constructor Summary
Main()
           
 
Method Summary
static void main(String[] args)
           
 void run(String[] args)
           
private static void usage()
           
private  void writeInfoheader(ITreeBank tb, String[] args)
           
 
Methods inherited from class org.schwiebert.abl4j.ApplicationBase
initialize, writeTreebank
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROGRAM_NAME

public static String PROGRAM_NAME

options

private StringBuffer options

cluster

private Cluster<? extends NonTerminalsMapping> cluster
Constructor Detail

Main

public Main()
Method Detail

main

public static void main(String[] args)

run

public void run(String[] args)
         throws Exception
Throws:
Exception

writeInfoheader

private void writeInfoheader(ITreeBank tb,
                             String[] args)
                      throws IOException
Throws:
IOException

usage

private static void usage()

ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert