Uses of Interface
eu.clarin.weblicht.wlfxb.tc.api.PosTag
-
Packages that use PosTag Package Description eu.clarin.weblicht.wlfxb.tc.api eu.clarin.weblicht.wlfxb.tc.xb Provides classes for manipulating TextCorpus annotations of TCF. -
-
Uses of PosTag in eu.clarin.weblicht.wlfxb.tc.api
Methods in eu.clarin.weblicht.wlfxb.tc.api that return PosTag Modifier and Type Method Description PosTagPosTagsLayer. addTag(String tagString, Token tagToken)PosTagPosTagsLayer. addTag(String tagString, List<Token> tagTokens)PosTagPosTagsLayer. getTag(int index)PosTagPosTagsLayer. getTag(Token token)Methods in eu.clarin.weblicht.wlfxb.tc.api with parameters of type PosTag Modifier and Type Method Description Token[]PosTagsLayer. getTokens(PosTag tag) -
Uses of PosTag in eu.clarin.weblicht.wlfxb.tc.xb
Classes in eu.clarin.weblicht.wlfxb.tc.xb that implement PosTag Modifier and Type Class Description classPosTagStoredFields in eu.clarin.weblicht.wlfxb.tc.xb with type parameters of type PosTag Modifier and Type Field Description protected Map<Token,PosTag>TextCorpusLayersConnector. token2ItsPosTagMethods in eu.clarin.weblicht.wlfxb.tc.xb that return PosTag Modifier and Type Method Description PosTagPosTagsLayerStored. addTag(String tagString, Token tagToken)PosTagPosTagsLayerStored. addTag(String tagString, List<Token> tagTokens)PosTagPosTagsLayerStored. getTag(int index)PosTagPosTagsLayerStored. getTag(Token token)Methods in eu.clarin.weblicht.wlfxb.tc.xb with parameters of type PosTag Modifier and Type Method Description Token[]PosTagsLayerStored. getTokens(PosTag tag)
-