Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

WordTransform

Grooper.Extract

Specifies word-level normalization to apply to each output value.

Remarks

The Word Transform enumeration controls how words in each output value are normalized or transformed.

Use this to reduce inflected forms to a common base, enforce singular/plural forms, or apply stemming for classification and search.

  • Word normalization is only applied when the value consists of one or more words separated by whitespace.
  • Porter stemming is English-only and reduces words to their root form.

Typical Scenarios

  • Classification:
    Treat "insurer" and "insurers" as equivalent by singularizing or stemming.
  • Search:
    Improve search recall by reducing words to their base form.

Can be one of the following values:

NameValueDescription

Used By

Notification