手抄报 安全手抄报 手抄报内容 手抄报图片 英语手抄报 清明节手抄报 节约用水手抄报

用Mathematica统计字母、字符和单词

时间:2024-10-12 18:59:29

1、先给出字符串:a = "If we give a paragraph of English text, we want to get the number of times each letter appears, we need to use the function: LetterCounts.This article introduces the usage of this function."

用Mathematica统计字母、字符和单词

2、统计字母频率:LetterCounts[a]出现次数最多的是字母e。

用Mathematica统计字母、字符和单词

3、出现次数最多的双字母是ti:LetterCounts[a, 2]

用Mathematica统计字母、字符和单词

4、the是出现次数最多的三字母:LetterCounts[a, 3]

用Mathematica统计字母、字符和单词

5、出现次数最多的字符是空格:CharacterCounts[a]

用Mathematica统计字母、字符和单词

6、出现次数最多的双字符是"e ":Reverse[Sort@CharacterCounts[a, 2]]

用Mathematica统计字母、字符和单词

7、出现次数最多的单词是we、of、the:Reverse[Sort@WordCounts[a]]

用Mathematica统计字母、字符和单词
© 手抄报圈