Skip to content

Releases: meisyal/sastrawi-ruby

0.1.4

10 Apr 14:39
Compare
Choose a tag to compare

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

22 Dec 00:08
Compare
Choose a tag to compare

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

20 May 03:01
Compare
Choose a tag to compare

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

06 Sep 13:54
Compare
Choose a tag to compare

Changes:

  • Fixed regular expression in disambiguation prefix rules.
  • Added code comments.

0.1.0

21 May 12:16
Compare
Choose a tag to compare

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

13 Feb 07:40
Compare
Choose a tag to compare
0.1.0.pre Pre-release
Pre-release

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!