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

Releases: WorksApplications/SudachiPy

v0.5.4

27 Sep 00:34
03d9ff8
Compare
Choose a tag to compare

Fixed a bug related to user-defined parts of speech

  • When multiple user dictionaries with user-defined parts of speech are used, the user-defined POS IDs of the second and subsequent user dictionaries become invalid (IndexError: list index out of range)

v0.5.3

10 Sep 05:49
0734f9b
Compare
Choose a tag to compare

Fixed the following bugs

  • Words containing digits cannot be properly registered in split information
  • Slow to build user dictionary
  • Some katakana words are analyzed as OOV

v0.5.2

26 Mar 09:04
6437d51
Compare
Choose a tag to compare

Do not use symbolic links to specify dictionary types.

  • Added option -s to specify dictionary type
  • Added argument to Dictionary class to specify dictionary type
  • Removed the option to create a link
$ pip install sudachidict_full
$ echo "外国人参政権" | sudachipy -s full

v0.5.1

04 Jan 02:59
1c407ca
Compare
Choose a tag to compare

Fix command line option related issue

  • #151 Fix -a option (print all of the fields) (Error reported in #150)

v0.5.0

25 Dec 03:29
89b6d27
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Support for new dictionary format with synonym group IDs

v0.4.9

19 Jun 06:23
4fbf755
Compare
Choose a tag to compare

Fix a Cythonization related issue

  • #134 Fix Morphemelist split (Error reported in #133)

v0.4.8

18 Jun 04:20
3c8df53
Compare
Choose a tag to compare

Fix Cythonization related issues

We strongly recommend users to not use v0.4.6 or v0.4.7 due to this degradation issue.

  • #131 Fix connection cost lookup (spaCy accuracy degradation reported in #129)
  • #130 Fix Lattice.dump error (Reported in #128)

v0.4.7

15 Jun 00:53
1c4ba98
Compare
Choose a tag to compare

Update (2020-06-18): Use v.0.4.8 or above due to degradation issue reported in #129.

  • #127 Don't explicitly release the memoryview in Grammar

v0.4.6

10 Jun 11:03
620f7c3
Compare
Choose a tag to compare

Update (2020-06-18): Use v.0.4.8 or above due to degradation issue reported in #129.

  • #123 Cython based optimization
  • #124 Add __str__ functions for Moprheme, MorphemeList

v0.4.5

02 Jun 03:28
93a42ec
Compare
Choose a tag to compare
  • #121 Fix a bug causing … is converted to "", "", "…"
  • #122 Improve error messages related to dictionary setup