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

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

Introduction

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

The text is from its open source code.

Field

Labellabel
Label of the parse tree.

Constructor

LabeledScoredTreeNode()
Create an empty parse tree.
LabeledScoredTreeNode(Label label, double score)
Create a leaf parse tree with given word and score.
LabeledScoredTreeNode(Label label, List daughterTreesList)
Create parse tree with given root and array of daughter trees.