Catalog.NormalizeText doesn't offer a multi-column version #2734
Labels
API
Issues pertaining the friendly API
enhancement
New feature or request
P2
Priority of the issue for triage purpose: Needs to be fixed at some point.
API: Usually most catalog functions will have an overloaded method to supply multiple columns.
E.g.
ctx.Transforms.Text.TokenizeWords()
. Though,ctx.Transforms.Text.NormalizeText()
only offers single input column to single output column. Was this overlooked or by-design?The text was updated successfully, but these errors were encountered: