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

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

Introduction

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

The text is from its open source code.

Constructor

Word(String word)
Construct a new word, with the given value.
Word(Label lab)
Creates a new word whose word value is the value of any class that supports the Label interface.
Word()
Construct a new word with a null value.
word()
Return the word value of the label (or null if none).
Word(String word, int beginPosition, int endPosition)
Construct a new word, with the given value.

Method

voidsetWord(String word)
StringtoString()
Stringvalue()
Return the word value of the label (or null if none).