Interface | Description |
---|---|
IResetableIterator<T> |
Class | Description |
---|---|
AbstractTextAnnotation |
This is the abstract class that represents annotation for text -- this could represent a
paragraph or just a sentence.
|
Constituent |
A Constituent represents a unit of text (not necessarily contiguous) that participates in a view.
|
CoreferenceView | |
PredicateArgumentView | |
Queries |
This contains a collection of queries that can be passed to the where and select clauses of an
IQueryable over Constituent s like the
View class. |
Relation | |
Sentence |
Sentence class is a read-only projection of a TextAnnotation with all views restricted to a single sentence.
|
SpanLabelView |
A SpanLabelView is a specialized view which corresponds to contiguous chunks of tokens that have
a label.
|
TextAnnotation |
This class contains all annotation for a single piece of text (which could contain more than one
sentence.)
|
TextAnnotationUtilities | |
TokenLabelView |
A TokenLabelView is a specialization of a
SpanLabelView , where the
length of a labeled span is one. |
TreeView |
This view represents a tree structure.
|
View |
This class represents a view of the text.
|
XmlTextAnnotation |
Represent a document that contains xml markup.
|
Copyright © 2017. All rights reserved.