Package | Description |
---|---|
edu.illinois.cs.cogcomp.edison.annotators | |
edu.illinois.cs.cogcomp.edison.data | |
edu.illinois.cs.cogcomp.edison.sentences | |
edu.illinois.cs.cogcomp.edison.sentences.diff |
Modifier and Type | Method and Description |
---|---|
View |
PorterStemmer.getView(TextAnnotation input) |
View |
BrownClusterViewGenerator.getView(TextAnnotation ta) |
View |
GazetteerViewGenerator.getView(TextAnnotation ta) |
View |
POSFromParse.getView(TextAnnotation ta) |
View |
WordNetPlusLemmaViewGenerator.getView(TextAnnotation ta) |
View |
PseudoParse.getView(TextAnnotation ta) |
View |
ClauseViewGenerator.getView(TextAnnotation ta) |
View |
WordNetLemmaViewGenerator.getView(TextAnnotation ta) |
View |
ViewGenerator.getView(TextAnnotation ta) |
View |
HeadFinderDependencyViewGenerator.getView(TextAnnotation ta) |
Modifier and Type | Method and Description |
---|---|
protected abstract View |
TextAnnotationViewReader.getViewToAdd(TextAnnotation ta,
String viewName) |
Modifier and Type | Class and Description |
---|---|
class |
CoreferenceView |
class |
PredicateArgumentView |
class |
SpanLabelView
A SpanLabelView is a specialized view which corresponds to contiguous chunks
of tokens that have a label.
|
class |
TokenLabelView
A TokenLabelView is a specialization of a
SpanLabelView , where the
length of a labeled span is one. |
class |
TreeView
This view represents a tree structure.
|
Modifier and Type | Field and Description |
---|---|
protected static edu.illinois.cs.cogcomp.core.transformers.ITransformer<View,Double> |
Sentence.defaultViewScoreSplitter |
protected Map<String,List<View>> |
AbstractTextAnnotation.views
The list of views
|
Modifier and Type | Method and Description |
---|---|
protected static View |
AbstractEdisonSerializer.createEmptyView(TextAnnotation ta,
String viewClass,
String viewName,
String viewGenerator,
double score) |
View |
View.getRestrictedView(edu.illinois.cs.cogcomp.core.transformers.Predicate<Constituent> constituentPredicate,
edu.illinois.cs.cogcomp.core.transformers.ITransformer<View,Double> scoreTransformer) |
View |
Constituent.getView() |
View |
AbstractTextAnnotation.getView(String viewName)
Gets the highest scoring value for the view identified by
viewName . |
View |
Sentence.getView(String viewName) |
View |
View.getViewCoveringSpan(int start,
int end,
edu.illinois.cs.cogcomp.core.transformers.ITransformer<View,Double> scoreTransformer) |
View |
View.getViewCoveringToken(int token,
edu.illinois.cs.cogcomp.core.transformers.ITransformer<View,Double> scoreTransformer) |
View |
View.getViewCoveringTokens(Collection<Integer> tokens,
edu.illinois.cs.cogcomp.core.transformers.ITransformer<View,Double> scoreTransformer) |
Modifier and Type | Method and Description |
---|---|
List<View> |
AbstractTextAnnotation.getTopKViews(String viewName)
Get all the values available for a given view, identified by
viewName |
List<View> |
Sentence.getTopKViews(String viewName) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTextAnnotation.addView(String viewName,
View view)
Adds the top scoring value for the view identified by
viewName . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTextAnnotation.addView(String viewName,
List<View> view)
Adds a new view identified by
viewName and sets the top K values
for this view. |
View |
View.getRestrictedView(edu.illinois.cs.cogcomp.core.transformers.Predicate<Constituent> constituentPredicate,
edu.illinois.cs.cogcomp.core.transformers.ITransformer<View,Double> scoreTransformer) |
View |
View.getViewCoveringSpan(int start,
int end,
edu.illinois.cs.cogcomp.core.transformers.ITransformer<View,Double> scoreTransformer) |
View |
View.getViewCoveringToken(int token,
edu.illinois.cs.cogcomp.core.transformers.ITransformer<View,Double> scoreTransformer) |
View |
View.getViewCoveringTokens(Collection<Integer> tokens,
edu.illinois.cs.cogcomp.core.transformers.ITransformer<View,Double> scoreTransformer) |
Modifier and Type | Method and Description |
---|---|
DiffResults |
DefaultDiff.diff(View src,
View target) |
DiffResults |
TextAnnotationDiff.diff(View src,
View target) |
DiffResults |
IViewDiff.diff(View src,
View target) |
Copyright © 2015. All rights reserved.