Uses of Class
com.yahoo.vespa.indexinglanguage.linguistics.AnnotatorConfig
Packages that use AnnotatorConfig
Package
Description
-
Uses of AnnotatorConfig in com.yahoo.vespa.indexinglanguage
Methods in com.yahoo.vespa.indexinglanguage that return AnnotatorConfigMethods in com.yahoo.vespa.indexinglanguage with parameters of type AnnotatorConfig -
Uses of AnnotatorConfig in com.yahoo.vespa.indexinglanguage.expressions
Methods in com.yahoo.vespa.indexinglanguage.expressions that return AnnotatorConfigConstructors in com.yahoo.vespa.indexinglanguage.expressions with parameters of type AnnotatorConfigModifierConstructorDescriptionExactExpression(AnnotatorConfig config) TokenizeExpression(com.yahoo.language.Linguistics linguistics, AnnotatorConfig config) -
Uses of AnnotatorConfig in com.yahoo.vespa.indexinglanguage.linguistics
Methods in com.yahoo.vespa.indexinglanguage.linguistics that return AnnotatorConfigModifier and TypeMethodDescriptionAnnotatorConfig.setLanguage(com.yahoo.language.Language language) AnnotatorConfig.setLowercase(boolean lowercase) AnnotatorConfig.setMaxReplacementCharacters(int count) AnnotatorConfig.setMaxReplacementCharactersRatio(double ratio) AnnotatorConfig.setMaxTermOccurrences(int maxTermCount) AnnotatorConfig.setMaxTokenizeLength(int maxTokenizeLength) AnnotatorConfig.setMaxTokenLength(int maxTokenLength) AnnotatorConfig.setRemoveAccents(boolean removeAccents) AnnotatorConfig.setStemMode(com.yahoo.language.process.StemMode stemMode) AnnotatorConfig.setStemMode(String name) Constructors in com.yahoo.vespa.indexinglanguage.linguistics with parameters of type AnnotatorConfigModifierConstructorDescriptionAnnotatorConfig(AnnotatorConfig other) LinguisticsAnnotator(com.yahoo.language.Linguistics factory, AnnotatorConfig config) Constructs a new instance of this annotator. -
Uses of AnnotatorConfig in com.yahoo.vespa.indexinglanguage.parser
Methods in com.yahoo.vespa.indexinglanguage.parser that return AnnotatorConfigMethods in com.yahoo.vespa.indexinglanguage.parser with parameters of type AnnotatorConfigModifier and TypeMethodDescriptionIndexingParser.setGlobalAnnotatorConfig(AnnotatorConfig config)