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

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

Introduction

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

The text is from its open source code.

Implementation

edu.stanford.nlp.ling.HasWord has the following implementations.
Click this link to see all its implementation.

Method

voidsetWord(String word)
Set the word value for the label (if one is stored).
Stringword()
Return the word value of the label (or null if none).