edu.umass.cs.mallet.projects.seg_plus_coref.anaphora
Class MalletDocument

java.lang.Object
  extended byedu.umass.cs.mallet.projects.seg_plus_coref.anaphora.MalletDocumentElement
      extended byedu.umass.cs.mallet.projects.seg_plus_coref.anaphora.MalletDocument

public class MalletDocument
extends MalletDocumentElement


Constructor Summary
MalletDocument(org.jdom.Document doc, java.lang.String sourceType)
           
 
Method Summary
 java.util.LinkedHashSet getPhrases()
           
 java.util.LinkedHashSet getSentences()
           
 
Methods inherited from class edu.umass.cs.mallet.projects.seg_plus_coref.anaphora.MalletDocumentElement
collectElementsWithin, collectElementsWithinDocument, constructPhrases, constructPreTerms, getTextWithinElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MalletDocument

public MalletDocument(org.jdom.Document doc,
                      java.lang.String sourceType)
Method Detail

getPhrases

public java.util.LinkedHashSet getPhrases()

getSentences

public java.util.LinkedHashSet getSentences()