Skip to main content

%iKnow.Stemming.TextConfig

persistent class %iKnow.Stemming.TextConfig extends %iKnow.Stemming.Configuration

SQL Table Name: %iKnow_Stemming.TextConfig

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 Inventory

Method Inventory

Properties

property DefaultLanguage as %String;
Property methods: DefaultLanguageDisplayToLogical(), DefaultLanguageGet(), DefaultLanguageGetStored(), DefaultLanguageIsValid(), DefaultLanguageLogicalToDisplay(), DefaultLanguageLogicalToOdbc(), DefaultLanguageNormalize(), DefaultLanguageSet()

Methods

method CreateStemmerObject(Output pStemmer As %iKnow.Stemmer) as %Status
Instantiates a stemmer object based on the current object's configuration.

Inherited Members

Inherited Properties

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: CacheStorage (%iKnow.Stemming.Configuration)

^ISC.IK.Sys.StemmerConfigD(ID)
=
%%CLASSNAME
Name

Storage Model: CacheStorage (%iKnow.Stemming.TextConfig)

^ISC.IK.Sys.StemmerConfigD(ID,"TextConfig")
=
DefaultLanguage
FeedbackOpens in a new tab