FooSoft / yomichan-import

External dictionary importer for Yomichan.
https://foosoft.net/projects/yomichan-import/
MIT License
83 stars 23 forks source link

What is the purpose of each element in a dictionary entry #42

Closed Noah-Barsky closed 1 year ago

Noah-Barsky commented 1 year ago

For an example entry like this

[
        "休学",
        "きゅうがく",
        "",
        "",
        0,
        [
            "きゅうがく【休学】\ntemporary absence from school.~する have\u003ca term's\u003eleave of absence from school.\n"
        ],
        54840,
        ""
],

I can gather the first two elements are the word, the sixth is definitions, and the seventh is the id. But what are the third, fourth, fifth, and eighth for? If someone could enlighten me on this, I would be grateful.

Thermospore commented 1 year ago

see here for a description: https://github.com/FooSoft/yomichan/tree/master/ext/data/schemas