edu.stanford.nlp.ie.pascal
Class AlignmentFactory

java.lang.Object
  extended by edu.stanford.nlp.ie.pascal.AlignmentFactory

public class AlignmentFactory
extends Object

Generates Alignment objects for acronym alignment.

Author:
Jamie Nicolson

Field Summary
static byte SHIFT_BOTH
           
static byte SHIFT_LONG
           
static byte SHIFT_SHORT
           
 
Constructor Summary
AlignmentFactory(char[] longForm, char[] shortForm)
           
AlignmentFactory(String longForm, String shortForm)
           
 
Method Summary
static String dumpIntArray(int[] a)
           
 Iterator getAlignments()
           
 ArrayList getAlignmentsList()
           
static void main(String[] args)
           
static char[] toLower(char[] in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHIFT_LONG

public static byte SHIFT_LONG

SHIFT_SHORT

public static byte SHIFT_SHORT

SHIFT_BOTH

public static byte SHIFT_BOTH
Constructor Detail

AlignmentFactory

public AlignmentFactory(String longForm,
                        String shortForm)

AlignmentFactory

public AlignmentFactory(char[] longForm,
                        char[] shortForm)
Method Detail

toLower

public static char[] toLower(char[] in)

getAlignments

public Iterator getAlignments()

getAlignmentsList

public ArrayList getAlignmentsList()

dumpIntArray

public static String dumpIntArray(int[] a)

main

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


Stanford NLP Group