Skip to content

hangsbreaker/stemming-ind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ind-stemming

Javascript, PHP, Python Stemming Bahasa Indonesia

Usage for nodejs

const { stem } = require("./stem");
console.log(stem("Kalimat percobaan ini telah berubah menjadi kata dasar"));

// result
// kalimat coba ini telah ubah jadi kata dasar

Available NPM
Demo here

Usage for python

Read example.py