minna-no-nihongo-adjectives
A collection of adjectives which appear in the Minna no Nihongo (みんなの日本語) second edition textbook, provided in JSON format.
This is provided as a resource to students creating study tools while using the textbook.
installation
npm install minna-no-nihongo-adjectives
Usage
const chapterTwelveAdjectives = adjectives /** * [ { "id": "wFzvtufLk", "adjective_type": 0, "hiragana": "かんたん", "english": "easy; simple", "kanji": "簡単", "chapter": 12, "past": "かんたかった", "negative": "かんたくない", "past_negative": "かんたくなかった" }, ... ] */
Each adjective item is provided in following format:
Id's are generated using shortId. In cases where kanji does not exist or could not be determined (eg. いい) the hirigana is substituted.
The past tense for な adjectives is the plain hiragana value.
Issues
Please report any missing or incorrect entries via gitlab.
Changelog
0.1.0 Add tenses and negatives for each item
0.0.5 Move to gitlab, update documentation, insert missing kanji
0.0.4 Corrections
0.0.3 Added missing items from later chapters
0.0.2 Documentation
0.0.1 Initial publication