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

stemmer nama kota #3

Open
diahnuri opened this issue Feb 28, 2017 · 1 comment
Open

stemmer nama kota #3

diahnuri opened this issue Feb 28, 2017 · 1 comment

Comments

@diahnuri
Copy link

stemmer nama kota bekasi --> hasilnya menjadi bekas
run: print(stemmer.stem("bekasi barat"))
out: bekas barat

@prasastoadi
Copy link
Contributor

@diahnuri
Bekasi merupakan proper noun. Proper noun termasuk kata yang tidak didukung oleh stemmer sehingga apapun proper noun yang diumpankan ke stemmer, dia akan melakukan stemming sesuai dengan rules yang telah dibuat.

Sebagai referensi silahkan merujuk ke tautan berikut https://github.com/sastrawi/sastrawi/wiki/Stemming-Bahasa-Indonesia.

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

No branches or pull requests

2 participants