|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextCorpusLayer | |
|---|---|
| eu.clarin.weblicht.wlfxb.tc.api | |
| eu.clarin.weblicht.wlfxb.tc.xb | Provides classes for manipulating TextCorpus annotations of TCF. |
| Uses of TextCorpusLayer in eu.clarin.weblicht.wlfxb.tc.api |
|---|
| Subinterfaces of TextCorpusLayer in eu.clarin.weblicht.wlfxb.tc.api | |
|---|---|
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. |
| Methods in eu.clarin.weblicht.wlfxb.tc.api that return types with arguments of type TextCorpusLayer | |
|---|---|
List<TextCorpusLayer> |
TextCorpus.getLayers()
Gets all annotation layers of this TextCorpus. |
| Uses of TextCorpusLayer in eu.clarin.weblicht.wlfxb.tc.xb |
|---|
| Classes in eu.clarin.weblicht.wlfxb.tc.xb that implement TextCorpusLayer | |
|---|---|
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
|
| Methods in eu.clarin.weblicht.wlfxb.tc.xb that return types with arguments of type TextCorpusLayer | |
|---|---|
Class<? extends TextCorpusLayer> |
TextCorpusLayerTag.getLayerClass()
|
List<TextCorpusLayer> |
TextCorpusStored.getLayers()
|
| Method parameters in eu.clarin.weblicht.wlfxb.tc.xb with type arguments of type TextCorpusLayer | |
|---|---|
static TextCorpusLayerTag |
TextCorpusLayerTag.getFromClass(Class<? extends TextCorpusLayer> cl)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||