Uses of Interface
eu.clarin.weblicht.wlfxb.lx.api.PosTag
-
Packages that use PosTag Package Description 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 Modifier and Type Method Description PosTagPosTagsLayer. addTag(String tagString, Entry tagEntry)PosTagPosTagsLayer. getTag(int index)PosTag[]PosTagsLayer. getTags(Entry entry)Methods in eu.clarin.weblicht.wlfxb.lx.api with parameters of type PosTag Modifier and Type Method Description EntryPosTagsLayer. getEntry(PosTag tag) -
Uses of PosTag in eu.clarin.weblicht.wlfxb.lx.xb
Classes in eu.clarin.weblicht.wlfxb.lx.xb that implement PosTag Modifier and Type Class Description classPosTagStoredFields in eu.clarin.weblicht.wlfxb.lx.xb with type parameters of type PosTag Modifier and Type Field Description protected Map<Entry,List<PosTag>>LexiconLayersConnector. entry2ItsTagsMethods in eu.clarin.weblicht.wlfxb.lx.xb that return PosTag Modifier and Type Method Description PosTagPosTagsLayerStored. addTag(String tagString, Entry tagEntry)PosTagPosTagsLayerStored. getTag(int index)PosTag[]PosTagsLayerStored. getTags(Entry entry)Methods in eu.clarin.weblicht.wlfxb.lx.xb with parameters of type PosTag Modifier and Type Method Description EntryPosTagsLayerStored. getEntry(PosTag tag)
-