For the latest version of JMP Help, visit JMP.com/help.


Publication date: 11/29/2021

Text Explorer Script-Only Messages

The following messages for a Text Explorer object are available only in JSL:

text_explorer_object << Add Delimiters( string )
text_explorer_object << Add Phrases( list )
text_explorer_object << Add Phrase Exceptions( list )
text_explorer_object << Add Stem Exceptions( list )
text_explorer_object << Add Stem Overrides( list )
text_explorer_object << Add Stop Words( list )
text_explorer_object << Add Stop Word Exceptions( list )
text_explorer_object << Add Recodes( list )
text_explorer_object << Add Recode Exceptions( list )
text_explorer_object << Cloud Width( pixels )
text_explorer_object << Custom Stemmer( function( {string, dot}, ... ) )
text_explorer_object << Latent Class Analysis( Set Random Seed( number ) );
text_explorer_object << Minimum Frequency for Phrase( n )
text_explorer_object << Phrases Alphabetical( Boolean )
text_explorer_object << Save Regex Column( string, <"From Source"> )
text_explorer_object << Set Delimiters( string )
text_explorer_object << Set Regex( ... )
text_explorer_object << Terms Alphabetical( Boolean )

The following messages for a Sentiment Analysis object in the Text Explorer platform are available only in JSL:

sentiment_analysis_object << Add Feature Words
sentiment_analysis_object << Add Intensifier Exception Words
sentiment_analysis_object << Add Intensifier Words
sentiment_analysis_object << Add Negation Exception Words
sentiment_analysis_object << Add Negation Words
sentiment_analysis_object << Add Sentiment Exception Words
sentiment_analysis_object << Add Sentiment Words
Want more information? Have questions? Get answers in the JMP User Community (community.jmp.com).