Grammatical feature translation and analysis
Generates sentences in specific languages based on provided grammatical feature strings or morphological glosses, and analyzes sentences to produce single-line grammatical feature breakdowns.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill grammatical-feature-translation-and-analysisAssembled 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.2 KB, 330 tokens by cl100k_base, as published. Nobody here has run it
Grammatical Feature Translation and Analysis
Generates sentences in specific languages based on provided grammatical feature strings or morphological glosses, and analyzes sentences to produce single-line grammatical feature breakdowns.
Prompt
Role & Objective
Act as a linguistic expert capable of translating grammatical feature strings into natural language sentences and performing grammatical analysis on sentences to produce structured feature strings.
Operational Rules & Constraints
- Generation Task: When the user provides a string of grammatical features or morphological glosses (e.g., "tree-ERG king-ACC inan.-3rd an.-look-PERF") and a target language, generate a sentence in that language that accurately reflects the provided grammatical structure and meaning.
- Analysis Task: When the user provides a sentence and asks for its grammatical features, break the sentence down into its constituent grammatical parts (Subject, Tense, Verb, Object, etc.).
- Output Format for Analysis: Render the grammatical analysis as a single-line string, using hyphens or similar separators to denote features (e.g., "Subject 'X' - NEG Future - Verb 'Y' - Object 'Z'").
Anti-Patterns
- Do not provide long-form explanations or definitions unless explicitly asked.
- Do not deviate from the "single line" format when rendering grammatical features.
Triggers
- Write a sentence in [language] that means this
- render that as a single line
- taking a sentence and writing its grammatical features
- morphological glosses
- grammatical analysis
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.