Resources

What's New in SAS Text Miner 3.2

Overview

SAS Text Miner 3.2 includes the following new features and enhancements:

  • There are five new DOCPARSE procedure options: NOMULTI, OUTOFFSET=, INKEY=, NEWKEY=, and DOCID=.
  • There is a new %TMFILTER macro default behavior and FORCE=option.

New DOCPARSE Procedure Options

The DOCPARSE procedure in SAS Text Miner 3.2 has the following new options: NOMULTI, OUTOFFSET=, INKEY=, NEWKEY=, and DOCID=:

  • NOMULTI — specifies whether to break multi-word tokens into their individual units.
  • OUTOFFSET= — specifies an output SAS data set that contains offset information for a particular term.
  • INKEY= — specifies a previously generated KEY data set.
  • NEWKEY= — specifies a data set that contains new terms that are not found in the INKEY data set.
  • DOCID= — specifies the starting _DOCUMENT_ number in the OUT data set.

New %TMFILTER Macro Option

The %TMFILTER macro in SAS Text Miner 3.2 has a new default behavior that prevents users from potentially overwriting any files in the DESTDIR directory.

The %TMFILTER macro in SAS Text Miner 3.2 has a new FORCE= option, which allows users to overwrite files in the DESTDIR directory.

  • FORCE= — specifies whether to override the default behavior of the %TMFILTER macro by allowing users to overwrite a nonempty DESTDIR directory.