Skip to content

Ichiran Postgres database dump (January 2025 update)

Latest

Choose a tag to compare

@tshatrov tshatrov released this 13 Jan 00:00
· 6 commits to master since this release
b79fb01

This release is based on JMdict dump from December 14, 2024.

Codebase changes are pretty minor

  • field tags are now imported from JMdict which should make word definitions more understandable
  • make some combinations like たぁ not "sticky" which allows the words to match properly
  • various small fixes

Create a new database from this dump using the following commands:

createdb -E 'UTF8' -l 'ja_JP.utf8' -T template0 <database_name>
pg_restore -d <database_name> ichiran-250113.pgdump

What's Changed

New Contributors

Full Changelog: ichiran-240107...ichiran-250113