Skip to content

Releases: tshatrov/ichiran

Ichiran Postgres database dump (January 2024 update)

07 Jan 16:48
783e29b
Compare
Choose a tag to compare

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.

Ichiran Postgres database dump (January 2022 update)

22 Jan 22:34
Compare
Choose a tag to compare

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.

Ichiran Postgres database dump (May 2021 update)

16 May 20:02
Compare
Choose a tag to compare

Apropos of nothing, another Ichiran update!

A possibly breaking change is the support for classical -す causative form (i.e. 言わす vs 言わせる).

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

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

Ichiran Postgres database dump (January 2021 update)

04 Jan 06:05
Compare
Choose a tag to compare

Happy new year! It's yet another release of Ichiran database!

  • updated kanjidic2.xml
  • updated conjugations table
  • fixed duplicate definitions for municipalities

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

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

Ichiran Postgres database dump (July 2020 update)

22 Jul 10:16
Compare
Choose a tag to compare

This is the first release that includes Japanese municipalities data from the start.

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

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

Ichiran Postgres database dump (April 2020 COVID update)

02 Apr 20:19
Compare
Choose a tag to compare

Here's another update including words like 新型コロナウィルス

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

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

Ichiran Postgres database dump (January 2020 update)

03 Jan 07:37
Compare
Choose a tag to compare

EDIT (05/01/2020): the dump has been updated because the old one had incorrect conjugations of だ

Happy new yeardecade!

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

Ichiran Postgres database dump (April 2019 REIWA update)

13 Apr 08:10
Compare
Choose a tag to compare

New dictionary update which includes new words such as 令和

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

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

Ichiran Postgres database dump (January 2019 update)

09 Jan 11:52
Compare
Choose a tag to compare

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

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

Ichiran Postgres database dump (August 2018 update)

26 Aug 11:33
Compare
Choose a tag to compare

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

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