Shows or hides the delimiters used by the Basic Words Tokenizing method. To modify the set of delimiters used, you must use the Add Delimiters() or Set Delimiters() messages in JSL. This option is available only when the selected Tokenizing method is Basic Words.
The Term Options management windows are four similar windows that enable you to manage the collections of stop words, recodes, phrases, and stem exceptions. Manage Stop Words Window shows the Manage Stop Words window. The Manage Phrases and Manage Stem Exceptions are identical to the Manage Stop Words window. The Manage Recodes window differs slightly. See Manage Recodes.
Manage Stop Words Window
The user library files are located in a TextExplorer directory. The location of this directory is based on your computer’s operating system:
Windows: "C:/Users/<username>/AppData/Roaming/SAS/JMP/TextExplorer/<lang>/"
Macintosh: "/Users/<username>/Library/Application Support/JMP/TextExplorer/<lang>/"
The master user library files are located in the TextExplorer directory itself. These files are not language-specific.
When you click OK, changes to the User and Column lists are saved to the user library and the column properties, respectively. Anything specified in the Local and Local Exceptions lists is saved only when you save the script of the Text Explorer report.
If saving Stop Words to the user library, the file is named stopwords.txt. If saving to a column property, the property is called “Stop Words”.
If saving Recodes to the user library, the file is named recodes.txt. If saving to a column property, the property is called “Recodes”.
If saving Phrases to the user library, the file is named phrases.txt. If saving to a column property, the property is called “Phrases”.
If saving Stem Exceptions to the user library, the file is named stemExceptions.txt. If saving to a column property, the property is called “Stem Exceptions”.

Help created on 9/19/2017