Uses of Class
eu.clarin.weblicht.wlfxb.tc.xb.MorphologyTagStored
-
Packages that use MorphologyTagStored Package Description eu.clarin.weblicht.wlfxb.tc.api eu.clarin.weblicht.wlfxb.tc.xb Provides classes for manipulating TextCorpus annotations of TCF. -
-
Uses of MorphologyTagStored in eu.clarin.weblicht.wlfxb.tc.api
Methods in eu.clarin.weblicht.wlfxb.tc.api that return MorphologyTagStored Modifier and Type Method Description MorphologyTagStoredMorphologyLayer. createTag(Double score, List<Feature> morphologyFeatures)Methods in eu.clarin.weblicht.wlfxb.tc.api that return types with arguments of type MorphologyTagStored Modifier and Type Method Description List<MorphologyTagStored>MorphologyAnalysis. getTags()Method parameters in eu.clarin.weblicht.wlfxb.tc.api with type arguments of type MorphologyTagStored Modifier and Type Method Description MorphologyAnalysisMorphologyLayer. addMultipleAnalysis(Token analysedTokens, List<MorphologyTagStored> tags)MorphologyAnalysisMorphologyLayer. addMultipleAnalysis(Token token, List<MorphologyTagStored> tags, List<MorphologySegment> segments) -
Uses of MorphologyTagStored in eu.clarin.weblicht.wlfxb.tc.xb
Fields in eu.clarin.weblicht.wlfxb.tc.xb with type parameters of type MorphologyTagStored Modifier and Type Field Description protected List<MorphologyTagStored>MorphologyAnalysisStored. tagsMethods in eu.clarin.weblicht.wlfxb.tc.xb that return MorphologyTagStored Modifier and Type Method Description MorphologyTagStoredMorphologyLayerStored. createTag(Double score, List<Feature> morphologyFeatures)Methods in eu.clarin.weblicht.wlfxb.tc.xb that return types with arguments of type MorphologyTagStored Modifier and Type Method Description List<MorphologyTagStored>MorphologyAnalysisStored. getTags()Method parameters in eu.clarin.weblicht.wlfxb.tc.xb with type arguments of type MorphologyTagStored Modifier and Type Method Description MorphologyAnalysisMorphologyLayerStored. addMultipleAnalysis(Token analysedTokens, List<MorphologyTagStored> tags)MorphologyAnalysisMorphologyLayerStored. addMultipleAnalysis(Token analysedTokens, List<MorphologyTagStored> tags, List<MorphologySegment> segments)
-