Java edu.stanford.nlp.process Morphology fields, constructors, methods, implement or subclass

Example usage for Java edu.stanford.nlp.process Morphology fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

Morphology()
Morphology(Reader in)
Process morphologically words from a Reader.

Method

Stringlemma(String word, String tag, boolean lowercase)
Stringlemma(String word, String tag)
Wordstem(Word w)
Stringstem(String word)
voidstem(CoreLabel label)
Adds the LemmaAnnotation to the given CoreLabel.
WordTagstemStatic(String word, String tag)
Return a new WordTag which has the lemma as the value of word().