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

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

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

Methods in eu.clarin.weblicht.wlfxb.lx.api that return Lemma
 Lemma LemmasLayer.addLemma(String tokenString)
           
 Lemma FrequenciesLayer.getLemma(Frequency frequency)
           
 Lemma LemmasLayer.getLemma(int index)
           
 Lemma PosTagsLayer.getLemma(PosTag tag)
           
 Lemma LemmasLayer.getLemma(String lemmaId)
           
 Lemma[] RelationsLayer.getLemmas(Relation relation)
           
 

Methods in eu.clarin.weblicht.wlfxb.lx.api with parameters of type Lemma
 Frequency FrequenciesLayer.addFrequency(Lemma lemma, int frequency)
           
 PosTag PosTagsLayer.addTag(String tagString, Lemma tagLemma)
           
 Term RelationsLayer.createTerm(Lemma lemma)
           
 Frequency FrequenciesLayer.getFrequency(Lemma lemma)
           
 Relation[] RelationsLayer.getRelations(Lemma lemma)
           
 PosTag[] PosTagsLayer.getTags(Lemma lemma)
           
 

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

Classes in eu.clarin.weblicht.wlfxb.lx.xb that implement Lemma
 class LemmaStored
           
 

Fields in eu.clarin.weblicht.wlfxb.lx.xb with type parameters of type Lemma
protected  Map<Lemma,Frequency> LexiconLayersConnector.lemma2ItsFreq
           
protected  Map<Lemma,List<Relation>> LexiconLayersConnector.lemma2ItsRels
           
protected  Map<Lemma,List<PosTag>> LexiconLayersConnector.lemma2ItsTags
           
protected  Map<String,Lemma> LexiconLayersConnector.lemmaId2ItsLemma
           
 

Methods in eu.clarin.weblicht.wlfxb.lx.xb that return Lemma
 Lemma LemmasLayerStored.addLemma(String lemmaString)
           
 Lemma FrequenciesLayerStored.getLemma(Frequency freq)
           
 Lemma LemmasLayerStored.getLemma(int index)
           
 Lemma PosTagsLayerStored.getLemma(PosTag tag)
           
 Lemma LemmasLayerStored.getLemma(String lemmaId)
           
 Lemma[] RelationsLayerStored.getLemmas(Relation rel)
           
 

Methods in eu.clarin.weblicht.wlfxb.lx.xb with parameters of type Lemma
 Frequency FrequenciesLayerStored.addFrequency(Lemma lemma, int frequency)
           
 PosTag PosTagsLayerStored.addTag(String tagString, Lemma tagLemma)
           
 Term RelationsLayerStored.createTerm(Lemma lemma)
           
 Frequency FrequenciesLayerStored.getFrequency(Lemma lemma)
           
 Relation[] RelationsLayerStored.getRelations(Lemma lemma)
           
 PosTag[] PosTagsLayerStored.getTags(Lemma lemma)
           
 



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