japanese-db-maker
TypeScript icon, indicating that this package has built-in type declarations

0.6.9 • Public • Published

⚠️ This project has been moved

japanese-db-maker has been renamed to japanese-db. Please use the latest version of japanese-db instead of japanese-db-maker.

NPM URL: https://www.npmjs.com/package/japanese-db

GitHub URL: https://github.com/echamudi/japanese-toolkit/tree/master/packages/japanese-db


Japanese DB Maker

NPM Downloads

Japanese language resources database maker from various open source materials.

Usage

  1. Download required materials

  2. Extract all the files and create folder structure as follow:

    myJpProject/
    ├── sourceFolder/
    │   ├── JMdict_e
    │   ├── JMnedict.xml
    │   └── kanjidic2.xml
    └── destinationFolder/
        └── (empty)
    

    The file names must be the same as above.

  3. Open myJpProject folder in terminal.

  4. Run following commands

    npm install japanese-db-maker -g
    japanese-db-maker sqlite -s ./sourceFolder -d ./destinationFolder
  5. If it runs successfully, you'll get the result as japanese.db inside destinationFolder folder.

Development

Testing

npm link .
npm test

Acknowledgment

The generated database file contains data from following sources.

Authors

See also the list of contributors who participated in this project.

License

Copyright © 2020 Ezzat Chamudi

Japanese DB Maker 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 licenses.

Package Sidebar

Install

npm i japanese-db-maker

Weekly Downloads

1

Version

0.6.9

License

MPL-2.0

Unpacked Size

51.1 kB

Total Files

12

Last publish

Collaborators

  • echamudi