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

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

public class ClusterPapersAndVenuesUsingFeatures
extends java.lang.Object


Constructor Summary
ClusterPapersAndVenuesUsingFeatures()
           
 
Method Summary
protected static java.util.Collection clusterVenues()
          Cluster the venues from the same data and arguments specified to cluster papers.
static void main(java.lang.String[] args)
           
protected static void printClustersAsReceived(java.util.Collection citations, java.io.BufferedWriter out)
           
protected static void printClustersToFile(java.util.Collection citations, java.lang.String file)
           
protected static void printCollectionReferences(java.util.Collection collection)
           
static double scoreCitations(java.util.List citations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterPapersAndVenuesUsingFeatures

public ClusterPapersAndVenuesUsingFeatures()
Method Detail

main

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

clusterVenues

protected static java.util.Collection clusterVenues()
Cluster the venues from the same data and arguments specified to cluster papers. Basically cut-and-paste from VenueCoreference


printClustersToFile

protected static void printClustersToFile(java.util.Collection citations,
                                          java.lang.String file)

printClustersAsReceived

protected static void printClustersAsReceived(java.util.Collection citations,
                                              java.io.BufferedWriter out)

printCollectionReferences

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

scoreCitations

public static double scoreCitations(java.util.List citations)