Interface | Description |
---|---|
ViewGenerator |
An interface for creating views of a specified name from a
TextAnnotation |
Class | Description |
---|---|
BrownClusterViewGenerator |
Use this class to create a brown cluster view for your text.
|
ClauseViewGenerator |
Creates a
SpanLabelView with clause information using the parse tree. |
GazetteerViewGenerator |
Use this class to create a gazetteer view for your text.
|
HeadFinderDependencyViewGenerator | |
PorterStemmer |
Adds a
ViewNames.LEMMA view using the Porter stemming algorithm |
POSFromParse |
Generates a part-of-speech view using the pre-terminals from a parse tree.
|
PseudoParse |
Create a pseudo parse view from the clauses, shallow parse and the part of
speech views.
|
WordNetLemmaViewGenerator |
If the word is present in WordNet, the lemma from WordNet is used.
|
WordNetPlusLemmaViewGenerator |
This is an extended version of the WordNetLemmaViewGenerator.
|
WordNetPlusLemmaViewGenerator.VerbLemmaDictionary |
Copyright © 2015. All rights reserved.