Interface | Description |
---|---|
Tokenizer |
Class | Description |
---|---|
AbstractEdisonSerializer | |
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 | |
EdisonJsonSerializer | |
EdisonSerializationHelper |
This class is useful for serializing Edison objects to byte arrays.
|
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 | |
Selectors | |
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.)
|
TextAnnotationMerger | |
TextAnnotationUtilities | |
Tokenizer.LBJTokenizer | |
Tokenizer.WhiteSpaceTokenizer | |
TokenizerUtilities | |
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
|
ViewNames |
This class contains the canonical strings used throughout Edison for naming
standard views.
|
Enum | Description |
---|---|
TokenizerUtilities.SentenceViewGenerators |
The elements of this enumeration generate views called
SENTENCE . |
Copyright © 2015. All rights reserved.