Skip to content

Ichiran Postgres database dump (January 2024 update)

Latest
Compare
Choose a tag to compare
@tshatrov tshatrov released this 07 Jan 16:48
· 6 commits to master since this release
783e29b

It's been a while but I managed to put together a new release. This release is based on JMdict dump from December 26, 2023.

  • extra adj-ix conjugations i.e. 良い -> 良く , 良き
  • support かいがある, かいもある, がいがある type constructions
  • more words
  • fixed some incorrect segmentations
  • and so on

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-240107.pgdump

Note: run (ichiran/mnt:add-errata) after configuring your ichiran to use this database to get the latest database fixes.