public static class AnnotationOutputter.Options extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
beamPrintingOption |
edu.stanford.nlp.trees.TreePrint |
constituentTreePrinter
How to print a constituent tree
|
int |
coreferenceContextSize
Should a small window of context be provided with each coreference mention
|
String |
encoding
The output encoding to use
|
boolean |
includeText
Should the document text be included as part of the XML output
|
boolean |
pretty
If false, try to compress whitespace as much as possible.
|
boolean |
printSingletons
If false, will print only non-singleton entities
|
double |
relationsBeam |
| Constructor and Description |
|---|
Options() |
public boolean includeText
public int coreferenceContextSize
public String encoding
public edu.stanford.nlp.trees.TreePrint constituentTreePrinter
public boolean printSingletons
public boolean pretty
public double relationsBeam
public double beamPrintingOption
Copyright © 2016–2018 FBK. All rights reserved.