public class TextProOutputter
extends edu.stanford.nlp.pipeline.AnnotationOutputter
| Constructor and Description |
|---|
TextProOutputter() |
| Modifier and Type | Method and Description |
|---|---|
void |
print(edu.stanford.nlp.pipeline.Annotation doc,
OutputStream target,
edu.stanford.nlp.pipeline.AnnotationOutputter.Options options) |
static void |
tpPrint(edu.stanford.nlp.pipeline.Annotation annotation,
OutputStream os) |
static void |
tpPrint(edu.stanford.nlp.pipeline.Annotation annotation,
OutputStream os,
edu.stanford.nlp.pipeline.AnnotationOutputter.Options options) |
static void |
tpPrint(edu.stanford.nlp.pipeline.Annotation annotation,
OutputStream os,
edu.stanford.nlp.pipeline.StanfordCoreNLP pipeline) |
public void print(edu.stanford.nlp.pipeline.Annotation doc,
OutputStream target,
edu.stanford.nlp.pipeline.AnnotationOutputter.Options options)
throws IOException
print in class edu.stanford.nlp.pipeline.AnnotationOutputterIOExceptionpublic static void tpPrint(edu.stanford.nlp.pipeline.Annotation annotation,
OutputStream os)
throws IOException
IOExceptionpublic static void tpPrint(edu.stanford.nlp.pipeline.Annotation annotation,
OutputStream os,
edu.stanford.nlp.pipeline.StanfordCoreNLP pipeline)
throws IOException
IOExceptionpublic static void tpPrint(edu.stanford.nlp.pipeline.Annotation annotation,
OutputStream os,
edu.stanford.nlp.pipeline.AnnotationOutputter.Options options)
throws IOException
IOExceptionCopyright © 2016–2018 FBK. All rights reserved.