Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Stopword Tala 2003, Lru Cache, and Support List Tokens #17

Open
wants to merge 35 commits into
base: master
Choose a base branch
from

Conversation

MufidJamaluddin
Copy link

@MufidJamaluddin MufidJamaluddin commented Mar 14, 2019

  1. Menambahkan Stopword Tala 2003 pada StopwordRemoverFactory
    (Tala, Fadillah Z. 2003. A Study of Stemming Effects on Information Retrieval in Bahasa Indonesia. Universiteit van Amsterdam)

  2. Menambahkan Lru Cache pada word dictionary StemmerFactory untuk boost performance

  3. Menambahkan Lru Cache pada stopword dictionary StopwordRemoverFactory untuk boost performance

  4. Menambahkan anotasi @AbstractMethod pada kelas interface

  5. Menambahkan fitur untuk remove stopword dari list tokens

  6. Menambahkan fitur untuk melakukan stemming dari list tokens

@coveralls
Copy link

coveralls commented Mar 15, 2019

Coverage Status

Coverage increased (+0.4%) to 97.818% when pulling 169edcf on MufidJamaluddin:master into 01afc81 on har07:master.

@MufidJamaluddin MufidJamaluddin changed the title Add Stopword Tala 2003 and Lru Cache Add Stopword Tala 2003, Lru Cache, and Support List Tokens Mar 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants