Releases: WorksApplications/SudachiPy
Releases · WorksApplications/SudachiPy
v0.5.4
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
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
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
Fix command line option related issue
- #151 Fix
-a
option (print all of the fields
) (Error reported in #150)
v0.5.0
Support for new dictionary format with synonym group IDs
v0.4.9
Fix a Cythonization related issue
- #134 Fix Morphemelist split (Error reported in #133)
v0.4.8
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
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
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
- #121 Fix a bug causing … is converted to "", "", "…"
- #122 Improve error messages related to dictionary setup