The following analytic function was added in this release:
- TD_TextMorph generates morphs (standard form/Dictionary form) of the given tokens in the input dataset using lemmatization algorithm based on the English Dictionary.
The following analytic functions were enhanced in this release:
- TD_TextParser: Added ability to count the occurrences of each token or stem (TokenFrequency) and obtain a comma separated list of positions for each token occurrence (ListPositions).
- TD_NGramSplitter: Updated function name and added support for regular expressions (regex).