| Package | Description |
|---|---|
| eu.clarin.weblicht.wlfxb.tc.api | |
| eu.clarin.weblicht.wlfxb.tc.xb |
Provides classes for manipulating TextCorpus annotations of TCF.
|
| Modifier and Type | Interface and Description |
|---|---|
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 |
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 |
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<TextCorpusLayer> |
TextCorpus.getLayers()
Gets all annotation layers of this TextCorpus.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AntonymyLayerStored |
class |
ConstituentParsingLayerStored |
class |
DependencyParsingLayerStored |
class |
DiscourseConnectivesLayerStored |
class |
GeoLayerStored |
class |
HyperonymyLayerStored |
class |
HyponymyLayerStored |
class |
LemmasLayerStored |
class |
LexicalSemanticsLayerStored |
class |
MatchesLayerStored |
class |
MorphologyLayerStored |
class |
NamedEntitiesLayerStored |
class |
OrthographyLayerStored |
class |
PhoneticsLayerStored |
class |
PosTagsLayerStored |
class |
ReferencesLayerStored |
class |
RelationsLayerStored
Deprecated.
|
class |
SentencesLayerStored |
class |
SynonymyLayerStored |
class |
TextCorpusLayerStoredAbstract |
class |
TextLayerStored |
class |
TextStructureLayerStored |
class |
TokensLayerStored |
class |
WordSensesLayerStored |
class |
WordSplittingLayerStored |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends TextCorpusLayer> |
TextCorpusLayerTag.getLayerClass() |
List<TextCorpusLayer> |
TextCorpusStored.getLayers() |
| Modifier and Type | Method and Description |
|---|---|
static TextCorpusLayerTag |
TextCorpusLayerTag.getFromClass(Class<? extends TextCorpusLayer> cl) |
Copyright © 2013-2014 Department of Linguistics, Tübingen University. All Rights Reserved.