hidden deprecatedclass %iKnow.TextTransformation.Model
extends %DeepSee.extensions.modelling.Processor
parameter CONFPACKAGE = "%iKnow.TextTransformation.conf.";
classmethod Apply(ByRef text As %RawString, ByRef otext As %RawString, model As %iKnow.TextTransformation.conf.Model, verbose As %Boolean = 1, Output opList As %List)
as %Status
classmethod Remove(model As %iKnow.TextTransformation.conf.Model, pattern As %String, Output count As %Integer)
as %Status
classmethod Run(ByRef text As %RawString, ByRef otext As %RawString, class As %String, verbose As %Boolean = 1)
as %Status
classmethod applyModel(class As %String, verbose As %Boolean = 1)
as %Status
classmethod runOperation(op As %iKnow.TextTransformation.conf.Operation, ByRef text As %RawString, ByRef otext As %RawString, verbose As %Boolean = 0)
as %Status