JMP 14.0 Online Documentation (English)
Discovering JMP
Using JMP
Basic Analysis
Essential Graphing
Profilers
Design of Experiments Guide
Fitting Linear Models
Predictive and Specialized Modeling
Multivariate Methods
Quality and Process Methods
Reliability and Survival Methods
Consumer Research
Scripting Guide
JSL Syntax Reference
JMP iPad Help
JMP Interactive HTML
Capabilities Index
JMP 13 Online Documentation
JMP 12 Online Documentation
Scripting Guide
•
Scripting Platforms
•
Scripting-Only Messages and Arguments by Platform
• Text Explorer
Previous
•
Next
Text Explorer
The following JSL messages for a Text Explorer object are available only in JSL:
•
text_explorer_object << Minimum Frequency for Phrase( n )
// specifies minimum number of occurrences a phrase must have to be included in the phrase list
•
text_explorer_object << Save Indicators for Most Frequent Words( ... )
// alias for Save Document Term Matrix()
•
text_explorer_object << Save Word Table( ... )
// alias for Save Term Table()
•
text_explorer_object << Score Words by Column( ... )
// alias for Score Terms by Column()
•
text_explorer_object << Set Regex( ... )
// replaces default regular expressions used in Regex tokenizing
•
text_explorer_object << Save Regex Column( string, <"From Source"> )
// creates a new column with tokenized results
// "From Source" keyword uses the capitalization of the source strings
•
text_explorer_object << Add Delimiters( string )
// adds user-defined delimiter characters, specified in a single string
•
text_explorer_object << Set Delimiters( string )
// replaces default delimiter characters, specified in a single string
•
text_explorer_object << Add Stop Words( list )
•
text_explorer_object << Add Phrases( list )
•
text_explorer_object << Add Stem Exceptions( list )
•
text_explorer_object << Add Stem Overrides( list )
// adds a list of words that are always allowed to be stemmed
•
text_explorer_object << Add Stop Word Exceptions( list )
// adds a list of words to remove from the list of stop words
•
text_explorer_object << Add Phrase Exceptions( list )
// adds a list of phrases to remove from the list of specified phrases
•
text_explorer_object << Add Recodes( list )
// adds a list of pairs of words to recode
•
text_explorer_object << Add Recode Exceptions( list )
// adds a list of recoded text strings to remove
•
text_explorer_object << Terms Alphabetical( Boolean )
•
text_explorer_object << Phrases Alphabetical( Boolean )
•
text_explorer_object << Cloud Width( pixels )
// sets the width of the word cloud in pixels
Previous
•
Next
Help created on 7/12/2018