janome

Japanese morphological analysis engine written in pure Python

APACHE-2.0 License

Downloads
170.8K
Stars
852
Committers
17

Bot releases are hidden (Show)

janome - Release Note 0.5.0 Latest Release

Published by mocobeta over 1 year ago

Download here https://pypi.org/project/Janome/0.5.0/

API Changes

#116: Add WordStopFilter and WordKeepFilter. (@mocobeta)

Improvements

(No changes)

Buf Fixes

(No changes)

Build / Documentation / Other

#112: Add GitHub URL for PyPi. (@andriyor)
#115: Run tests on Python 3.11 and 3.12 prerelease. (@mocobeta)

janome - Release Note 0.4.2

Published by mocobeta over 2 years ago

Download here: https://pypi.org/project/Janome/0.4.2/

API Changes

(Nothing)

Improvements

#105: Fix Non-Deterministic Behavior of Tokenizer. (@sueki1242)
#104 #107: Make system dictionary singleton to avoid 'Too much open files' error. (@mocobeta)

Bug fixes

#101: Fix invalid import position of build.py. (@narupo)

Build / Documentation / Other

#90: Fix Analyzer usage. (@syou6162)
#92: Add version info. (@norihitoishida)
#95: Migrate to GitHub Actions. (@mocobeta)
#108: Bump minimum Python version to 3.7. (@mocobeta)