Skip to content
This repository was archived by the owner on Mar 9, 2023. It is now read-only.

Releases: WorksApplications/SudachiPy

v0.4.4

30 Apr 05:34
Compare
Choose a tag to compare

Speed up execution by re-using unk info #117

v0.4.3

26 Feb 07:23
7794d20
Compare
Choose a tag to compare

Upgrade a dependent Python library dartsclone (rixwew/darts-clone-python) to v0.9.

v0.4.2: Bug fix

06 Dec 07:00
1808c7e
Compare
Choose a tag to compare

Fix the runtime error EOS isn't connected to BOS when input contains 阿Q[a-zA-Z]+.

Equivalent to Fix #45 by kazuma-t · Pull Request #113 · WorksApplications/Sudachi in the original Java Sudachi.

Bug fix

26 Nov 11:23
0415cd6
Compare
Choose a tag to compare
  • Proper reading forms for Hiragana and Katakana words #104
  • Proper OOV flag #106

v0.4.0

07 Sep 05:50
0f27a05
Compare
Choose a tag to compare

v0.3.7

21 Jul 14:32
Compare
Choose a tag to compare

In README.md

If you need to apply customized system.dic,
place sudachi.json to anywhere you like,
and overwrite systemDict value with the relative path from sudachi.json to your system.dic.

not worked properly but fixed.
This change maybe incompatible if you use your defined sudachi.json.

v0.3.1

07 Jul 07:50
4333aa9
Compare
Choose a tag to compare

Feature

  • delete default dictionary utility, because of PyPI dependency

v0.3.0

07 Jul 06:24
5000556
Compare
Choose a tag to compare

Feature

  • link command, utility to manage dictionary
  • default dictionary, improve utility to install SudachiPy

Others

  • /resources moved into /sudachipy
  • tests module independent from /resources

v0.2.1

05 Jul 08:42
ced1c7b
Compare
Choose a tag to compare

This release is just for fixing the packaging issue. It does not contain any additional bug fixes from 0.2.0.

v0.2.0

04 Jul 13:56
5be05cd
Compare
Choose a tag to compare

Important

  • interface changed !! see README

Feature

  • can use user dictionary
  • dictionary build command

Others

  • no test need real system.dic
  • apply some format rules