Closed shogo82148 closed 10 months ago
The MeCab library, used for morphological analysis in various programming languages, has been updated to version 4.2.0 across all language bindings. This update brings uniform version increments and, in some cases, additional suppressions of deprecation warnings. Adjustments have also been made to accommodate newer C++ standards and language-specific features or versions.
File Path | Change Summary |
---|---|
.../csharp/*.cs |
All C# files updated from version 4.1.1 to 4.2.0. |
.../java/org/chasen/mecab/*.java |
All Java files updated from version 4.1.1 to 4.2.0; some files had @SuppressWarnings("removal") added. |
mecab/perl/MeCab.pm , mecab/perl/MeCab_wrap.cxx |
Perl files updated from version 4.1.1 to 4.2.0 with C++11 support and other adjustments. |
mecab/python/MeCab.py |
Python file updated from version 4.1.1 to 4.2.0. |
mecab/ruby/MeCab_wrap.cpp |
Ruby SWIG file updated from version 4.1.1 to 4.2.0 with C++ version adjustments and Ruby version-specific macros. |
🐰✨ To parse our words with newfound grace, Version four point two's in place. Through nodes and paths, we hop and race, CodeRabbit celebrates the update's embrace. 🎉 🐰✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Refactor
Documentation