Uses of Interface
eu.clarin.weblicht.wlfxb.tc.api.Feature
-
Packages that use Feature Package Description eu.clarin.weblicht.wlfxb.tc.api eu.clarin.weblicht.wlfxb.tc.xb Provides classes for manipulating TextCorpus annotations of TCF. -
-
Uses of Feature in eu.clarin.weblicht.wlfxb.tc.api
Methods in eu.clarin.weblicht.wlfxb.tc.api that return Feature Modifier and Type Method Description FeatureMorphologyLayer. createFeature(String name, String value)FeatureMorphologyLayer. createFeature(String name, List<Feature> subfeatures)Feature[]FeatureStructure. getFeatures()Feature[]MorphologyAnalysis. getFeatures()Feature[]MorphologyAnalysis. getFeatures(Integer tagIndex)Feature[]MorphologyTag. getFeatures()Feature[]Feature. getSubfeatures()Method parameters in eu.clarin.weblicht.wlfxb.tc.api with type arguments of type Feature Modifier and Type Method Description MorphologyAnalysisMorphologyLayer. addAnalysis(Token analysedToken, List<Feature> morphologyFeatures)MorphologyAnalysisMorphologyLayer. addAnalysis(Token analysedToken, List<Feature> morphologyFeatures, List<MorphologySegment> segments)FeatureMorphologyLayer. createFeature(String name, List<Feature> subfeatures)MorphologyTagStoredMorphologyLayer. createTag(Double score, List<Feature> morphologyFeatures) -
Uses of Feature in eu.clarin.weblicht.wlfxb.tc.xb
Classes in eu.clarin.weblicht.wlfxb.tc.xb that implement Feature Modifier and Type Class Description classFeatureStoredMethods in eu.clarin.weblicht.wlfxb.tc.xb that return Feature Modifier and Type Method Description FeatureMorphologyLayerStored. createFeature(String name, String value)FeatureMorphologyLayerStored. createFeature(String name, List<Feature> subfeatures)Feature[]FeatureStructureStored. getFeatures()Feature[]MorphologyAnalysisStored. getFeatures()Feature[]MorphologyAnalysisStored. getFeatures(Integer tagIndex)Feature[]MorphologyTagStored. getFeatures()Feature[]FeatureStored. getSubfeatures()Method parameters in eu.clarin.weblicht.wlfxb.tc.xb with type arguments of type Feature Modifier and Type Method Description MorphologyAnalysisMorphologyLayerStored. addAnalysis(Token analysedToken, List<Feature> morphologyFeatures)MorphologyAnalysisMorphologyLayerStored. addAnalysis(Token analysedToken, List<Feature> morphologyFeatures, List<MorphologySegment> segments)FeatureMorphologyLayerStored. createFeature(String name, List<Feature> subfeatures)MorphologyTagStoredMorphologyLayerStored. createTag(Double score, List<Feature> morphologyFeatures)
-