Java edu.stanford.nlp.parser.lexparser TreeBinarizer fields, constructors, methods, implement or subclass

Example usage for Java edu.stanford.nlp.parser.lexparser TreeBinarizer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for edu.stanford.nlp.parser.lexparser TreeBinarizer.

The text is from its open source code.

Method

TreeBinarizersimpleTreeBinarizer(HeadFinder hf, TreebankLanguagePack tlp)
Builds a TreeBinarizer with all of the options set to simple values
TreetransformTree(Tree t)
Binarizes the tree according to options set up in the constructor.