edu.umass.cs.mallet.projects.seg_plus_coref.anaphora
Class MalletSentence
java.lang.Object
edu.umass.cs.mallet.projects.seg_plus_coref.anaphora.MalletDocumentElement
edu.umass.cs.mallet.projects.seg_plus_coref.anaphora.MalletSentence
- public class MalletSentence
- extends MalletDocumentElement
Constructor Summary |
MalletSentence(org.jdom.Element s,
int i,
java.lang.String sourceType)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MalletSentence
public MalletSentence(org.jdom.Element s,
int i,
java.lang.String sourceType)
printPhrases
public void printPhrases()
printPreTerms
public void printPreTerms()
getPhrases
public MalletPhrase getPhrases()
setNext
public void setNext(MalletSentence s)
setPrev
public void setPrev(MalletSentence p)
getNext
public MalletSentence getNext()
getPrev
public MalletSentence getPrev()
getIndex
public int getIndex()