Uses of Interface
eu.clarin.weblicht.wlfxb.lx.api.PosTag

Packages that use PosTag
eu.clarin.weblicht.wlfxb.lx.api   
eu.clarin.weblicht.wlfxb.lx.xb Provides classes for manipulating Lexicon annotations of TCF. 
 

Uses of PosTag in eu.clarin.weblicht.wlfxb.lx.api
 

Methods in eu.clarin.weblicht.wlfxb.lx.api that return PosTag
 PosTag PosTagsLayer.addTag(String tagString, Lemma tagLemma)
           
 PosTag PosTagsLayer.getTag(int index)
           
 PosTag[] PosTagsLayer.getTags(Lemma lemma)
           
 

Methods in eu.clarin.weblicht.wlfxb.lx.api with parameters of type PosTag
 Lemma PosTagsLayer.getLemma(PosTag tag)
           
 

Uses of PosTag in eu.clarin.weblicht.wlfxb.lx.xb
 

Classes in eu.clarin.weblicht.wlfxb.lx.xb that implement PosTag
 class PosTagStored
           
 

Fields in eu.clarin.weblicht.wlfxb.lx.xb with type parameters of type PosTag
protected  Map<Lemma,List<PosTag>> LexiconLayersConnector.lemma2ItsTags
           
 

Methods in eu.clarin.weblicht.wlfxb.lx.xb that return PosTag
 PosTag PosTagsLayerStored.addTag(String tagString, Lemma tagLemma)
           
 PosTag PosTagsLayerStored.getTag(int index)
           
 PosTag[] PosTagsLayerStored.getTags(Lemma lemma)
           
 

Methods in eu.clarin.weblicht.wlfxb.lx.xb with parameters of type PosTag
 Lemma PosTagsLayerStored.getLemma(PosTag tag)
           
 



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