deprecatedpersistent class %iKnow.Stemming.TextConfig
extends %iKnow.Stemming.Configuration
Simple configuration object for the %iKnow.Stemming.TextStemmer class, which
wraps the %Text.Text Standardize() method. Use DefaultLanguage
to identify the language for which the %Text class should be instantiated.
property DefaultLanguage
as %String;
method CreateStemmerObject(Output pStemmer As %iKnow.Stemmer)
as %Status
Instantiates a stemmer object based on the current object's configuration.