Skip to content

Ichiran Postgres database dump (January 2022 update)

Compare
Choose a tag to compare
@tshatrov tshatrov released this 22 Jan 22:34
· 56 commits to master since this release

Happy new year! I finally managed to put together another release...

Some segmenting bugs are fixed, き-adjectives are now supported (e.g. 幸多き), なる is now treated as suffix for く-adverbs (固くなる) etc.

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

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

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