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

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

Introduction

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

The text is from its open source code.

Method

FunctiongetLabeledToDescriptiveCoreLabelTreeFunction()
Returns a function which takes a tree with any label class where the labels might have an interesting description, such as a CategoryWordTag which goes "cat [T/W]", and returns a new tree with CoreLabels which contain the toString() of each of the input labels.