| 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 | Method and Description |
|---|---|
Feature |
MorphologyLayer.createFeature(String name,
List<Feature> subfeatures) |
Feature |
MorphologyLayer.createFeature(String name,
String value) |
Feature[] |
FeatureStructure.getFeatures() |
Feature[] |
MorphologyAnalysis.getFeatures() |
Feature[] |
MorphologyTag.getFeatures() |
Feature[] |
MorphologyAnalysis.getFeatures(Integer tagIndex) |
Feature[] |
Feature.getSubfeatures() |
| Modifier and Type | Method and Description |
|---|---|
MorphologyAnalysis |
MorphologyLayer.addAnalysis(List<Token> analysedTokens,
List<Feature> morphologyFeatures) |
MorphologyAnalysis |
MorphologyLayer.addAnalysis(List<Token> analysedTokens,
List<Feature> morphologyFeatures,
List<MorphologySegment> segments) |
MorphologyAnalysis |
MorphologyLayer.addAnalysis(Token analysedToken,
List<Feature> morphologyFeatures) |
MorphologyAnalysis |
MorphologyLayer.addAnalysis(Token analysedToken,
List<Feature> morphologyFeatures,
List<MorphologySegment> segments) |
Feature |
MorphologyLayer.createFeature(String name,
List<Feature> subfeatures) |
MorphologyTagStored |
MorphologyLayer.createTag(Double score,
List<Feature> morphologyFeatures) |
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureStored |
| Modifier and Type | Method and Description |
|---|---|
Feature |
MorphologyLayerStored.createFeature(String name,
List<Feature> subfeatures) |
Feature |
MorphologyLayerStored.createFeature(String name,
String value) |
Feature[] |
MorphologyAnalysisStored.getFeatures() |
Feature[] |
FeatureStructureStored.getFeatures() |
Feature[] |
MorphologyTagStored.getFeatures() |
Feature[] |
MorphologyAnalysisStored.getFeatures(Integer tagIndex) |
Feature[] |
FeatureStored.getSubfeatures() |
| Modifier and Type | Method and Description |
|---|---|
MorphologyAnalysis |
MorphologyLayerStored.addAnalysis(List<Token> analysedTokens,
List<Feature> morphologyFeatures) |
MorphologyAnalysis |
MorphologyLayerStored.addAnalysis(List<Token> analysedTokens,
List<Feature> morphologyFeatures,
List<MorphologySegment> segments) |
MorphologyAnalysis |
MorphologyLayerStored.addAnalysis(Token analysedToken,
List<Feature> morphologyFeatures) |
MorphologyAnalysis |
MorphologyLayerStored.addAnalysis(Token analysedToken,
List<Feature> morphologyFeatures,
List<MorphologySegment> segments) |
Feature |
MorphologyLayerStored.createFeature(String name,
List<Feature> subfeatures) |
MorphologyTagStored |
MorphologyLayerStored.createTag(Double score,
List<Feature> morphologyFeatures) |
Copyright © 2013-2019 Department of Linguistics, Tübingen University. All Rights Reserved.