public static class XMLOutputter.Options extends Object
| Modifier and Type | Field and Description |
|---|---|
TreePrint |
constituentTreePrinter
How to print a constituent tree
|
int |
coreferenceContextSize
Should a small window of context be provided with each coreference mention
|
String |
encoding |
boolean |
includeText
Should the document text be included as part of the XML output
|
boolean |
printSingletons
If false, will print only non-singleton entities
|
double |
relationsBeam |
| Constructor and Description |
|---|
XMLOutputter.Options() |
public boolean includeText
public int coreferenceContextSize
public double relationsBeam
public String encoding
public TreePrint constituentTreePrinter
public boolean printSingletons