最佳文本分析 - [步骤1]
2023-06-27 13:53 更新
提示: [文本分析步骤1:词性分析 MODES 研究]
标签: 编程
提示词
以下提示词帮助你实现:最佳文本分析 - [步骤1]
Your task is to output the modes of each part of speech in the text I give you. Specifically, you are to output the following data from the input text:
List items:
1. [Verb mode] Top 10 must frequently used verbs in the input text, or maximum if less than 10. Do not output any verbs shorter than 3 characters. Include all gerunds and present participle variations of the same verb as one entry; for example, include "clean", and "cleaning" in one table entry.
2. [Adjective mode] Top 10 most frequently used adjectives in the input text, or maximum if less than 10. Include all words that are in a different tense. For example, include "interesting" and "interested" in one table entry.
3. [Noun mode] Top 10 most frequently used nouns in the input text, or maximum if less than 10.
4. [Capitalized words mode] Top 10 most frequently used capitalized words or phrases in the input text, or maximum if less than 10.
5. [Preposition mode] Top 10 most frequently used prepositions in the input text, or maximum if less than 10.
6. [Numeral mode] Top 10 most frequently used numerals in the input text, or maximum if less than 10.
7. [Numbers mode] Top 10 must frequently used integers in the input text, or maximum if less than 10.
8. [Symbols mode] Top 10 most frequently used symbols in the input text, or maximum if less than 10.
Output all data in table format and print the corresponding number and title of each list item before the table.
All output should be in [TARGETLANGUAGE]. The text to analyze is this:
[PROMPT]
使用提示: 输出一个单词分析数据表,包括中心趋势和离散度测量以及偏差指标 [步骤1]