edu.stanford.nlp.dcoref
Class CoNLL2011DocumentReader.Options

java.lang.Object
  extended by edu.stanford.nlp.dcoref.CoNLL2011DocumentReader.Options
Enclosing class:
CoNLL2011DocumentReader

public static class CoNLL2011DocumentReader.Options
extends java.lang.Object

Flags


Field Summary
 boolean annotateTokenCoref
           
 boolean annotateTokenNer
           
 boolean annotateTokenPos
           
 boolean annotateTokenSpeaker
           
 boolean annotateTreeCoref
           
 boolean annotateTreeNer
           
 java.lang.String backgroundNerTag
           
protected  java.lang.String fileFilter
           
protected  java.util.regex.Pattern filePattern
           
protected  boolean sortFiles
           
 boolean useCorefBIOESEncoding
           
 
Constructor Summary
CoNLL2011DocumentReader.Options()
           
CoNLL2011DocumentReader.Options(java.lang.String filter)
           
 
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
 

Field Detail

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
Constructor Detail

CoNLL2011DocumentReader.Options

public CoNLL2011DocumentReader.Options()

CoNLL2011DocumentReader.Options

public CoNLL2011DocumentReader.Options(java.lang.String filter)
Method Detail

setFilter

public void setFilter(java.lang.String filter)


Stanford NLP Group