Uses of Interface
eu.clarin.weblicht.wlfxb.tc.api.Feature

Packages that use Feature
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
 Feature MorphologyLayer.createFeature(String name, List<Feature> subfeatures)
           
 Feature MorphologyLayer.createFeature(String name, String value)
           
 Feature[] FeatureStructure.getFeatures()
           
 Feature[] MorphologyAnalysis.getFeatures()
           
 Feature[] Feature.getSubfeatures()
           
 

Method parameters in eu.clarin.weblicht.wlfxb.tc.api with type arguments of type Feature
 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)
           
 

Uses of Feature in eu.clarin.weblicht.wlfxb.tc.xb
 

Classes in eu.clarin.weblicht.wlfxb.tc.xb that implement Feature
 class FeatureStored
           
 

Methods in eu.clarin.weblicht.wlfxb.tc.xb that return Feature
 Feature MorphologyLayerStored.createFeature(String name, List<Feature> subfeatures)
           
 Feature MorphologyLayerStored.createFeature(String name, String value)
           
 Feature[] FeatureStructureStored.getFeatures()
           
 Feature[] MorphologyAnalysisStored.getFeatures()
           
 Feature[] FeatureStored.getSubfeatures()
           
 

Method parameters in eu.clarin.weblicht.wlfxb.tc.xb with type arguments of type Feature
 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)
           
 



Copyright © 2013 Department of Linguistics, Tübingen University. All Rights Reserved.