interface |
ChunksLayer |
The ChunkLayer layer represents chunk annotations on tokens.
|
interface |
ConstituentParsingLayer |
The ConstituentParsingLayer layer represents phrase structure
parsing annotations on sentence tokens.
|
interface |
DependencyParsingLayer |
The DependencyParsingLayer annotates dependency relations between
tokens.
|
interface |
DiscourseConnectivesLayer |
The DiscourseConnectivesLayer layer annotates discourse connectives.
|
interface |
GeoLayer |
The GeoLayer layer represents annotations for geographical locations.
|
interface |
LemmasLayer |
The LemmasLayer represents lemma annotations on tokens.
|
interface |
LexicalSemanticsLayer |
The annotations in LexicalSemanticsLayer are represented by synonymy,
antonymy, hyponymy, hyperonymy.
|
interface |
MatchesLayer |
The MatchesLayer layer is present when the TCF data is generated by
querying text corpus resources.
|
interface |
MorphologyLayer |
The MorphologyLayer layer specifies the morphological features of
tokens.
|
interface |
NamedEntitiesLayer |
The NamedEntitiesLayer layer specifies named entity annotations on
tokens.
|
interface |
OrthographyLayer |
The OrthographyLayer layer annotates tokens with their correct
orthographic transcription.
|
interface |
PhoneticsLayer |
The PhoneticsLayer layer annotates tokens with their phonetic
pronunciation.
|
interface |
PosTagsLayer |
The PosTagsLayer layer annotates tokens with part-of-speech tags.
|
interface |
ReferencesLayer |
The ReferencesLayer layer represents annotations on tokens, or
sequences of tokens, that refer to the same entities.
|
interface |
SentencesLayer |
The SentencesLayer represents sentence boundary annotations.
|
interface |
TextLayer |
The TextLayer contains a character string representing natural
language text.
|
interface |
TextSourceLayer |
The TextSourceLayer contains the source of the TextLayer
(or the TokensLayer) as an embedded possibly encoded string.
|
interface |
TextStructureLayer |
The TextStructureLayer preserves the original structure of a written
text.
|
interface |
TokensLayer |
The TokensLayer is composed of token elements, each having a unique
identifier and token string value.
|
interface |
TopologicalFieldsLayer |
The TopologicalFieldLayer layer annotates tokens with topological field tags.
|
interface |
WordSensesLayer |
The annotations in WordSensesLayer are represented by lexical units
from a given word senses source.
|
interface |
WordSplittingLayer |
The WordSplittingLayer annotates tokens with regard to character
intervals the token can be split into.
|