jmdict-util
v0.7.9
Published
Parse JMdict XML file and export to SQLite and JSON files.
Downloads
12
Readme
⚠️ This project has been deprecated
The SQLite exporting feature in this project is functional but deprecated and won't be developed further. Please check the newer Japanese DB project for better database exporting features.
NPM URL: https://www.npmjs.com/package/japanese-db
GitHub URL: https://github.com/echamudi/japanese-toolkit/tree/master/packages/japanese-db
JMdict Util
Parse JMdict XML file and export to SQLite and JSON files.
Usage
Download
JMdict_e.gz
from the website.Extract the
.gz
file, move theJMdict_e
file in an empty folder.Open that folder in terminal.
Run following commands
npm install -g jmdict-util # For exporting to JSON files jmdict-util json ./JMdict_e -d ./dist # For exporting to SQLite file jmdict-util sqlite ./JMdict_e -d ./dist
Build Status
| Branch | Status | | - | - | | master | | | develop | |
Acknowledgement
- JMdict https://www.edrdg.org/jmdict/j_jmdict.html
Authors
- Ezzat Chamudi - echamudi
See also the list of contributors who participated in this project.
License
Copyright © 2019 Ezzat Chamudi.
JMdict Util code is licensed under MPL-2.0. Images, logos, docs, and articles in this project are released under CC-BY-SA-4.0.
Libraries, dependencies, and tools used in this project are tied with their own licenses respectively.