%iKnow.Stemming.MultiLanguageConfig
Class %iKnow.Stemming.MultiLanguageConfig Extends %iKnow.Stemming.Configuration [ Deprecated, System = 4 ]
Configuration settings for a stemmer supporting multiple languages. Each language can be configured separately, or just use the default settings.
Unless you're using custom configurations, using the default configuration ("DEFAULT") will automatically support multiple languages. See also %iKnow.Stemming.DefaultStemmer.
Properties
Languages
Property Languages As %String;
Comma-separated list of languages this stemmer supports, or "*" if it supports all
StemmerConfigs
Property StemmerConfigs As %String;
Comma-separated list of custom configurations to use for each language in Languages. Entries left blank will be instantiated using the default configuration.
Methods
CreateStemmerObject
Method CreateStemmerObject(Output pStemmer As %iKnow.Stemmer) As %Status