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

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

public abstract class AttributeExtraction
extends java.lang.Object


Constructor Summary
AttributeExtraction(java.util.ArrayList fileList, java.lang.String attributeStartTag, java.lang.String attributeEndTag, boolean includeSingleton)
           
 
Method Summary
 double attributeExtraction()
           
abstract  int processOnePaper(java.io.File file)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeExtraction

public AttributeExtraction(java.util.ArrayList fileList,
                           java.lang.String attributeStartTag,
                           java.lang.String attributeEndTag,
                           boolean includeSingleton)
Method Detail

processOnePaper

public abstract int processOnePaper(java.io.File file)

attributeExtraction

public double attributeExtraction()

toString

public java.lang.String toString()