edu.stanford.nlp.dcoref
Class CoNLL2011DocumentReader.Options
java.lang.Object
edu.stanford.nlp.dcoref.CoNLL2011DocumentReader.Options
- Enclosing class:
- CoNLL2011DocumentReader
public static class CoNLL2011DocumentReader.Options
- extends java.lang.Object
Flags
|
Method Summary |
void |
setFilter(java.lang.String filter)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
useCorefBIOESEncoding
public boolean useCorefBIOESEncoding
annotateTokenCoref
public boolean annotateTokenCoref
annotateTokenSpeaker
public boolean annotateTokenSpeaker
annotateTokenPos
public boolean annotateTokenPos
annotateTokenNer
public boolean annotateTokenNer
annotateTreeCoref
public boolean annotateTreeCoref
annotateTreeNer
public boolean annotateTreeNer
backgroundNerTag
public java.lang.String backgroundNerTag
fileFilter
protected java.lang.String fileFilter
filePattern
protected java.util.regex.Pattern filePattern
sortFiles
protected boolean sortFiles
CoNLL2011DocumentReader.Options
public CoNLL2011DocumentReader.Options()
CoNLL2011DocumentReader.Options
public CoNLL2011DocumentReader.Options(java.lang.String filter)
setFilter
public void setFilter(java.lang.String filter)
Stanford NLP Group