ABL4J (Alignment Based Learning for Java) - 0.9.7

org.schwiebert.abl4j.align
Class Main

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

public class Main
extends ApplicationBase


Field Summary
static String PROGRAM_NAME
           
private  int seed
           
private  int[] seeds
           
 
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

seeds

private int[] seeds

seed

private int seed
Constructor Detail

Main

public Main()
Method Detail

usage

private static void usage()

writeInfoheader

private void writeInfoheader(ITreeBank tb)
                      throws IOException
Throws:
IOException

main

public static void main(String[] args)

run

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

ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert