edu.umass.cs.mallet.projects.seg_plus_coref.coreference
Class BenTUI1

java.lang.Object
  extended byedu.umass.cs.mallet.projects.seg_plus_coref.coreference.BenTUI1

public class BenTUI1
extends java.lang.Object


Constructor Summary
BenTUI1()
           
 
Method Summary
static com.wcohen.secondstring.StringDistance computeDistanceMetric(java.util.ArrayList nodes)
           
protected static java.util.ArrayList computeNodes(java.util.ArrayList trainFileArray, java.util.ArrayList publications)
           
static void main(java.lang.String[] args)
           
protected static java.util.Collection makeCollections(java.util.ArrayList nodes)
           
protected static InstanceList makePairs(Pipe instancePipe, java.util.ArrayList nodes)
           
protected static InstanceList makePairs(Pipe instancePipe, java.util.ArrayList nodes, java.util.List pairs)
           
protected static void printCollectionReferences(java.util.Collection collection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BenTUI1

public BenTUI1()
Method Detail

computeNodes

protected static java.util.ArrayList computeNodes(java.util.ArrayList trainFileArray,
                                                  java.util.ArrayList publications)

computeDistanceMetric

public static com.wcohen.secondstring.StringDistance computeDistanceMetric(java.util.ArrayList nodes)

main

public static void main(java.lang.String[] args)
                 throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

printCollectionReferences

protected static void printCollectionReferences(java.util.Collection collection)

makeCollections

protected static java.util.Collection makeCollections(java.util.ArrayList nodes)

makePairs

protected static InstanceList makePairs(Pipe instancePipe,
                                        java.util.ArrayList nodes)

makePairs

protected static InstanceList makePairs(Pipe instancePipe,
                                        java.util.ArrayList nodes,
                                        java.util.List pairs)