Java edu.stanford.nlp.trees TreePrint fields, constructors, methods, implement or subclass

Example usage for Java edu.stanford.nlp.trees TreePrint fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for edu.stanford.nlp.trees TreePrint.

The text is from its open source code.

Constructor

TreePrint(String formats)
Construct a new TreePrint that will print the given formats.

Method

voidprintTree(final Tree t, PrintWriter pw)
Prints the tree, with an empty ID.
voidprintTree(Tree t)
Prints the tree to the default PrintWriter.