Description Usage Arguments Author(s) References Examples
Provides a function to retrieve word stem (a.k.a. word stemming)
for Bahasa Indonesia using Nazief and Andriani's algorithm. It consists of
set of functions to remove prefixes, suffixes or both, but still unable for
infixes removal.
This package is ported from C sharp code provided by csharp-indonesia
http://www.csharp-indonesia.com/2014/07/algoritma-stemming-pencarian-kata-dasar.html.
Credit goes to original author(s).
katadasar
or katadasaR
checks if a word is word stem according
dictionary and do stemming process if it is an affixed word.
1 |
kata |
string vector of length 1, word or token from which word stem is retrieved. |
kamus |
string vector, additional dictionary to be included. |
Nur Andi Setiabudi nurandi.mail@gmail.com
https://en.wikipedia.org/wiki/Stemming
http://crpit.scem.westernsydney.edu.au/confpapers/CRPITV38Asian.pdf
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.