Package | Description |
---|---|
edu.illinois.cs.cogcomp.edison.annotators | |
edu.illinois.cs.cogcomp.edison.sentences |
Modifier and Type | Class and Description |
---|---|
class |
BrownClusterViewGenerator
Use this class to create a brown cluster view for your text.
|
class |
ClauseViewGenerator
Creates a
SpanLabelView with clause information using the parse tree. |
class |
GazetteerViewGenerator
Use this class to create a gazetteer view for your text.
|
class |
HeadFinderDependencyViewGenerator |
class |
PorterStemmer
Adds a
ViewNames.LEMMA view using the Porter stemming algorithm |
class |
POSFromParse
Generates a part-of-speech view using the pre-terminals from a parse tree.
|
class |
PseudoParse
Create a pseudo parse view from the clauses, shallow parse and the part of
speech views.
|
class |
WordNetLemmaViewGenerator
If the word is present in WordNet, the lemma from WordNet is used.
|
class |
WordNetPlusLemmaViewGenerator
This is an extended version of the WordNetLemmaViewGenerator.
|
Modifier and Type | Class and Description |
---|---|
static class |
TokenizerUtilities.SentenceViewGenerators
The elements of this enumeration generate views called
SENTENCE . |
Modifier and Type | Method and Description |
---|---|
void |
TextAnnotation.addView(ViewGenerator viewGenerator)
Adds a view that is generated by a
ViewGenerator |
Copyright © 2015. All rights reserved.