Releases: WorksApplications/SudachiPy
Releases · WorksApplications/SudachiPy
v0.5.4
27 Sep 00:34
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Support for new dictionary format with synonym group IDs
v0.4.9
19 Jun 06:23
Compare
Sorry, something went wrong.
No results found
Fix a Cythonization related issue
#134 Fix Morphemelist split (Error reported in #133 )
v0.4.8
18 Jun 04:20
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
#121 Fix a bug causing … is converted to "", "", "…"
#122 Improve error messages related to dictionary setup