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

Packages that use MorphologySegment
eu.clarin.weblicht.wlfxb.tc.api   
eu.clarin.weblicht.wlfxb.tc.xb Provides classes for manipulating TextCorpus annotations of TCF. 
 

Uses of MorphologySegment in eu.clarin.weblicht.wlfxb.tc.api
 

Methods in eu.clarin.weblicht.wlfxb.tc.api that return MorphologySegment
 MorphologySegment MorphologyLayer.createSegment(String type, String category, String function, Integer start, Integer end, List<MorphologySegment> subsegments)
           
 MorphologySegment MorphologyLayer.createSegment(String type, String category, String function, Integer start, Integer end, String value)
           
 MorphologySegment[] MorphologyAnalysis.getSegmentation()
           
 MorphologySegment[] MorphologySegment.getSubsegments()
           
 

Method parameters in eu.clarin.weblicht.wlfxb.tc.api with type arguments of type MorphologySegment
 MorphologyAnalysis MorphologyLayer.addAnalysis(List<Token> analysedTokens, List<Feature> morphologyFeatures, List<MorphologySegment> segments)
           
 MorphologyAnalysis MorphologyLayer.addAnalysis(Token analysedToken, List<Feature> morphologyFeatures, List<MorphologySegment> segments)
           
 MorphologySegment MorphologyLayer.createSegment(String type, String category, String function, Integer start, Integer end, List<MorphologySegment> subsegments)
           
 

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

Classes in eu.clarin.weblicht.wlfxb.tc.xb that implement MorphologySegment
 class MorphologySegmentStored
           
 

Methods in eu.clarin.weblicht.wlfxb.tc.xb that return MorphologySegment
 MorphologySegment MorphologyLayerStored.createSegment(String type, String category, String function, Integer start, Integer end, List<MorphologySegment> subsegments)
           
 MorphologySegment MorphologyLayerStored.createSegment(String type, String category, String function, Integer start, Integer end, String value)
           
 MorphologySegment[] MorphologyAnalysisStored.getSegmentation()
           
 MorphologySegment[] MorphologySegmentStored.getSubsegments()
           
 

Method parameters in eu.clarin.weblicht.wlfxb.tc.xb with type arguments of type MorphologySegment
 MorphologyAnalysis MorphologyLayerStored.addAnalysis(List<Token> analysedTokens, List<Feature> morphologyFeatures, List<MorphologySegment> segments)
           
 MorphologyAnalysis MorphologyLayerStored.addAnalysis(Token analysedToken, List<Feature> morphologyFeatures, List<MorphologySegment> segments)
           
 MorphologySegment MorphologyLayerStored.createSegment(String type, String category, String function, Integer start, Integer end, List<MorphologySegment> subsegments)
           
 



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