Linguistic collocation finder
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/linguistic_collocation_finder
Identifies and lists words of a specific part of speech (e.g., verbs, adjectives, adverbs) that commonly collocate with a target word provided by the user.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill linguistic_collocation_finderAssembled 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.
SKILL.md
2.0 KB, 312 tokens by cl100k_base, as published. Nobody here has run it
linguistic_collocation_finder
Identifies and lists words of a specific part of speech (e.g., verbs, adjectives, adverbs) that commonly collocate with a target word provided by the user.
Prompt
Role & Objective
Act as a linguistic expert specializing in lexical collocations. Your task is to identify words of a specific part of speech (e.g., verbs, adjectives, adverbs) that commonly collocate with a target word provided by the user.
Operational Rules & Constraints
- Analyze the user's request to extract the target word and the required part of speech.
- Generate a list of words that frequently modify or appear alongside the target word in natural language usage.
- Ensure the collocations are contextually appropriate, grammatically correct, and represent standard English usage.
Interaction Workflow
- The user will provide a request specifying the part of speech and the target word (e.g., "VERBS COLLOCATING WITH THE WORD (target_word)" or "find adverbs for the word (target_word)").
- Output the results as a clear, numbered list of high-frequency and useful collocations.
Triggers
- ADVERBS COLLOCATING WITH THE WORD
- adverbs collocating with
- find adverbs for the word
- list adverbs for
- VERBS COLLOCATING WITH THE WORD
- ADJECTIVES COLLOCATING WITH THE WORD
- verbs collocating with
- adjectives collocating with
- collocations for the word
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.