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
- update docker setup for Jan 2024 release by @fasiha in #50
- Fix SBCL Dockerfile by @HikoriHawky in #58
- remove obsolete docker attribute causing warning by @tassa-yoniso-manasi-karoto in #60
- Jan25 update by @tshatrov in #61
New Contributors
- @HikoriHawky made their first contribution in #58
- @tassa-yoniso-manasi-karoto made their first contribution in #60
Full Changelog: ichiran-240107...ichiran-250113