FooSoft / yomichan-import

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

changes related to FooSoft/yomichan#84 #11

Closed siikamiika closed 6 years ago

siikamiika commented 6 years ago

Instead of hard coding Sequence = -1 for everything, I added sequence to epwing.go that increments every time extractor.extractTerms is called. JMnedict had Sequence already. The rikai solution isn't perfect, but I'm not familiar enough with the format to say if it's possible to infer the original "sequence" from it (unless you hash by glossary or something).

FooSoft commented 6 years ago

Looks good, thanks for the updates!