Skip to content

Parses JMDict2 and JMnedict XML files and inserts them into a SQLite database for later usage

Notifications You must be signed in to change notification settings

luke-c/Japanese-Dictionary-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Japanese-Dictionary-Parser

Run 'CreateTables.py' to create a database with the required tables, the output will be 'dictionary.db'

Place 'JMdict_e.xml' and 'JMnedict.xml' in the same directory as the Python files, and run 'ParseXmlToSql.py'. This will populate the previously created database.

Run 'DropTables.py' to delete all tables from the database.

Notes: You can specify the files yourself in 'ParseXmlToSql'. Also works fine with the standard larger JMdict file.

About

Parses JMDict2 and JMnedict XML files and inserts them into a SQLite database for later usage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages