Java edu.stanford.nlp.ling StringLabel fields, constructors, methods, implement or subclass

Example usage for Java edu.stanford.nlp.ling StringLabel fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

StringLabel(String str)
Create a new StringLabel with the given content.
StringLabel(Label label)
Create a new StringLabel with the value() of another label as its label.

Method

LabelFactoryfactory()
Return a factory for this kind of label.