jmdict-util

0.7.9 • Public • Published

⚠️ 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

Build Status NPM Downloads

Parse JMdict XML file and export to SQLite and JSON files.

Usage

  1. Download JMdict_e.gz from the website.

  2. Extract the .gz file, move the JMdict_e file in an empty folder.

  3. Open that folder in terminal.

  4. 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 Build Status
develop Build Status

Acknowledgement

Authors

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.

Package Sidebar

Install

npm i jmdict-util

Weekly Downloads

0

Version

0.7.9

License

MPL-2.0

Unpacked Size

92.4 kB

Total Files

22

Last publish

Collaborators

  • echamudi