Field | Type | Default | Description |
---|---|---|---|
columns | String |
| Comma separated list of mapping between annotation (see {@link edu.stanford.nlp.ling.AnnotationLookup.KeyLookup}) and column index (starting from 0). Example: word=0,tag=1 |
delimiter | String | \t | Regular expression for delimiter |
replaceWhitespace | Boolean | true | Replace whitespaces with "_" |
tokens | Class | {@link edu.stanford.nlp.ling.CoreAnnotations.TokensAnnotation edu.stanford.nlp.ling.CoreAnnotations$TokensAnnotation} | Annotation field for tokens |
tokenFactory | Class | {@link CoreLabelTokenFactory edu.stanford.nlp.process.CoreLabelTokenFactory} | Factory for creating tokens |
|
|