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

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

Introduction

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

The text is from its open source code.

Method

voidsetFromString(String labelStr)
Set the contents of this label to this String representing the complete contents of the label.
voidsetValue(String value)
Set the value for the label (if one is stored).
StringtoString()
Return a String representation of the label.
Stringvalue()
Return a String representation of just the "main" value of this label.