Releases: meisyal/sastrawi-ruby
Releases · meisyal/sastrawi-ruby
0.1.4
This release fixed two small issues:
- Stemmer failed to stem word "memakan" (#4).
- Fixed unit tests. There are some limitations that stemmer can't stem words because they are already in the base forms. Will include limitation of this gem in the next release. Please, check this issue #7 for details.
0.1.3
Changes:
- Refactored some parts of code.
- Supported removing stop words in Bahasa Indonesia as mentioned on #2. Thank you @slmnabd for the contribution.
- Updated library documentation via RubyDoc.info.
- Updated gem dependencies.
0.1.2
Changes:
- Added binary version of sastrawi-ruby, so you can use sastrawi using CLI (command-line interface). It supports to stem a word or sentence only.
- Updated gem dependencies.
0.1.1
Changes:
- Fixed regular expression in disambiguation prefix rules.
- Added code comments.
0.1.0
This is 0.1.0 version of sastrawi-ruby. This release includes:
- Implemented how to disambiguate prefixes.
- Added a feature to use custom or user-defined dictionary.
- Added a feature to remove stop words.
- Fixed unit tests. Although, some tests failed and will be fixed in the future release.
0.1.0.pre
This is a pre-release of 0.1.0 version of sastrawi-ruby. This library only supports stemming words with provided base form of words. You can't add words to base form of words or remove it. Use this release version at your own risk!