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