ABL4J (Alignment Based Learning for Java) - 0.9.7

org.schwiebert.abl4j.select
Class Main

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

public final class Main
extends ApplicationBase


Field Summary
private  int inputHypotheses
           
private  int outputHypotheses
           
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)
           
 
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 final String PROGRAM_NAME

inputHypotheses

private int inputHypotheses

outputHypotheses

private int outputHypotheses
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)
                      throws IOException
Throws:
IOException

usage

private static void usage()

ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert