edu.umass.cs.mallet.projects.seg_plus_coref.ie
Class TUI_CorefIE.AllClusterSegmentation

java.lang.Object
  extended byedu.umass.cs.mallet.projects.seg_plus_coref.ie.TUI_CorefIE.AllClusterSegmentation
Enclosing class:
TUI_CorefIE

public static class TUI_CorefIE.AllClusterSegmentation
extends java.lang.Object


Constructor Summary
TUI_CorefIE.AllClusterSegmentation(InstanceList clusterlist, Pipe pipe)
          make an AllClusterSegmentation from the true segmentation of an instancelist
 
Method Summary
 InstanceList getCluster(Instance inst)
           
 TUI_CorefIE.Segmentation getSegmentation(Instance inst)
           
 void print()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TUI_CorefIE.AllClusterSegmentation

public TUI_CorefIE.AllClusterSegmentation(InstanceList clusterlist,
                                          Pipe pipe)
make an AllClusterSegmentation from the true segmentation of an instancelist

Parameters:
clusterlist -
Method Detail

getCluster

public InstanceList getCluster(Instance inst)

getSegmentation

public TUI_CorefIE.Segmentation getSegmentation(Instance inst)

print

public void print()