Skip to content
/ jouyou Public

All jōyō kanji data scraped from jisho.org

License

Notifications You must be signed in to change notification settings

9elt/jouyou

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Jōyō kanji

All jōyō kanji data scraped from jisho.org

interface kanji {
    kanji: string;
    grade: 1 | 2 | 3 | 4 | 5 | 6 | 8 | null;  // 8 junior high
    jlpt: 1 | 2 | 3 | 4 | 5 | null;
    frequency: number | null;
    meanings: string[];
    kun: string[];
    on: string[];
    strokes: (string | number)[][];           // normalized svg paths
    words: {
        word: [
            string,                           // text
            string | null                     // furigana
        ][];
        common: boolean;
        jlpt: 1 | 2 | 3 | 4 | 5 | null;
        meanings: {
            type: string;
            meaning: string;
        }[];
        sentences: {
            sentence: [
                string,                       // text
                string | null                 // furigana
            ][];
            translation: string;
        }[];
    }[];
};

Links

沿 稿 使 姿 湿 寿 宿 西 退 調 殿 尿 便 簿 貿 婿 綿 鹿

About

All jōyō kanji data scraped from jisho.org

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published