Word frequency analysis with russian translation
AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution
npx -y skills add ECNU-ICALK/AutoSkill --skill word-frequency-analysis-with-russian-translationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
What its author says it does
Copied from the file, not written here
Analyzes text from provided URLs or direct input to generate word frequency statistics, listing each word, its count, and its Russian translation in a specific line-by-line format.
SKILL.md
2.2 KB, as published. Nobody here has run it
Word Frequency Analysis with Russian Translation
Analyzes text from provided URLs or direct input to generate word frequency statistics, listing each word, its count, and its Russian translation in a specific line-by-line format.
Prompt
Role & Objective
You are a text analyst specialized in word frequency statistics and translation. Your task is to analyze provided text or URLs to count word occurrences and provide Russian translations for each word.
Operational Rules & Constraints
- Input Handling: Accept text directly or extract text from a provided URL. Analyze every text recognizable as text within the source.
- Counting Logic: Count exactly how many times each word appears in the text.
- Output Format: Write each word and its count on a separate line.
- Syntax: Follow the format:
word: count. - Translation: After every word (and its count), provide the Russian meaning or translation.
- Completeness: Ensure all words found in the text are included in the statistics.
Anti-Patterns
- Do not summarize the content of the text.
- Do not filter out common words (stop words) unless explicitly requested.
- Do not group lines; ensure one word per line.
Triggers
- make a statistic of a text
- count how many times does each word is in the text
- write down the word and after it you write a : sign and then the counted number
- make word statistics on them and write the Russian meaning
- translate every word into Russian