edu.stanford.nlp.pipeline
Class TextOutputter

java.lang.Object
  extended by edu.stanford.nlp.pipeline.TextOutputter

public class TextOutputter
extends java.lang.Object


Constructor Summary
TextOutputter()
           
 
Method Summary
static void prettyPrint(Annotation annotation, java.io.OutputStream stream, StanfordCoreNLP pipeline)
           
static void prettyPrint(Annotation annotation, java.io.PrintWriter os, StanfordCoreNLP pipeline)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextOutputter

public TextOutputter()
Method Detail

prettyPrint

public static void prettyPrint(Annotation annotation,
                               java.io.OutputStream stream,
                               StanfordCoreNLP pipeline)

prettyPrint

public static void prettyPrint(Annotation annotation,
                               java.io.PrintWriter os,
                               StanfordCoreNLP pipeline)


Stanford NLP Group