%iKnow.Stemming.Rule
deprecated persistent class %iKnow.Stemming.Rule extends %Library.Persistent
SQL Table Name: %iKnow_Stemming.Rule
Table to which custom disambiguation rules can be added to influence the default stemmer class (%iKnow.Stemming.DefaultStemmer). See also %iKnow.Stemming.Utils.Property Inventory
Properties
property Entity as %String (MAXLEN = 200);
For advanced exceptions, this value should appear in the entity being stemmed for the rule to apply.
Property methods: EntityDisplayToLogical(), EntityGet(), EntityGetStored(), EntityIsValid(), EntityLogicalToDisplay(), EntityLogicalToOdbc(), EntityNormalize(), EntitySet()
property LanguageCode as %String (MAXLEN = 2) [ Required ];
Language for which this rules holds
Property methods: LanguageCodeDisplayToLogical(), LanguageCodeGet(), LanguageCodeGetStored(), LanguageCodeIsValid(), LanguageCodeLogicalToDisplay(), LanguageCodeLogicalToOdbc(), LanguageCodeNormalize(), LanguageCodeSet()
property Plugin as %String (VALUELIST = ",All,Hunspell") [ Required ];
The plugin to which this rule applies (use "All" for all plugin types)
Property methods: PluginDisplayToLogical(), PluginGet(), PluginGetStored(), PluginIsValid(), PluginLogicalToDisplay(), PluginLogicalToOdbc(), PluginNormalize(), PluginSet()
property Replace as %String (MAXLEN = 100) [ Required ];
For exceptions, what to replace Value with
Property methods: ReplaceDisplayToLogical(), ReplaceGet(), ReplaceGetStored(), ReplaceIsValid(), ReplaceLogicalToDisplay(), ReplaceLogicalToOdbc(), ReplaceNormalize(), ReplaceSet()
property Spec as %String (VALUELIST = ",Relation,Concept,NoRelation,NoConcept");
Specification of the rule, whether it applies (only) to concepts or relationships.
When type=Exception: the role of the entity in which case the exception applies.
When type'=Exception: whether tems satisfying this rule are Not-a-Concept or Not-a-Relation
Property methods: SpecDisplayToLogical(), SpecGet(), SpecGetStored(), SpecIsValid(), SpecLogicalToDisplay(), SpecLogicalToOdbc(), SpecNormalize(), SpecSet()
property Type as %String (VALUELIST = ",Exception,Ending,Affix") [ Required ];
Type of disambiguation rule
Property methods: TypeDisplayToLogical(), TypeGet(), TypeGetStored(), TypeIsValid(), TypeLogicalToDisplay(), TypeLogicalToOdbc(), TypeNormalize(), TypeSet()
property Value as %String (MAXLEN = 100) [ Required ];
Value of the exception or ending this rule represents
Property methods: ValueDisplayToLogical(), ValueGet(), ValueGetStored(), ValueIsValid(), ValueLogicalToDisplay(), ValueLogicalToOdbc(), ValueNormalize(), ValueSet()
Indexes
index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
Inherited Members
Inherited Methods
- %%CLASSNAMELogicalToStorage()
- %%CLASSNAMEStorageToLogical()
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDeleteFinally()
- %OnDetermineClass()
- %OnOpenFinally()
- %OnSaveFinally()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
Storage
Storage Model: Storage (%iKnow.Stemming.Rule)
^IRIS.IS.StemmingRuleD(ID) |
= | %%CLASSNAME
Type
Plugin
Spec
Value
Language
LanguageCode
Replace
Entity
|