Skip to main content

%iKnow.Stemming.TextConfig

Class %iKnow.Stemming.TextConfig Extends %iKnow.Stemming.Configuration [ Deprecated, System = 4 ]

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.

Properties

DefaultLanguage

Property DefaultLanguage As %String;

Methods

CreateStemmerObject

Method CreateStemmerObject(Output pStemmer As %iKnow.Stemmer) As %Status

Instantiates a stemmer object based on the current object's configuration.