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

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

Introduction

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

The text is from its open source code.

Constructor

LabeledScoredTreeFactory(LabelFactory lf)
Make a TreeFactory that uses LabeledScoredTree trees, where the labels are as specified by the user.
LabeledScoredTreeFactory()
Make a TreeFactory that produces LabeledScoredTree trees.

Method

TreenewLeaf(final String word)
TreenewLeaf(Label label)
Create a new leaf node with the given label
TreenewTreeNode(final String parent, final List children)
TreenewTreeNode(Label parentLabel, List children)
Create a new non-leaf tree node with the given label