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.