JMP 14.2 联机文档
发现 JMP
使用 JMP
基本分析
基本绘图
刻画器指南
实验设计指南
拟合线性模型
预测和专业建模
多元方法
质量和过程方法
可靠性和生存方法
消费者研究
Scripting Guide
JSL Syntax Reference
该帮助的版本不再更新,请参见
https://www.jmp.com/support/help/zh-cn/15.2
获取最新的版本.
Scripting Guide
•
Scripting Platforms
•
Scripting-Only Messages and Arguments by Platform
• Text Explorer
上一个
•
下一个
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