noranisa commited on
Commit
40ec3b8
·
verified ·
1 Parent(s): a3e4fd3

Create services/stopwords_id.py

Browse files
Files changed (1) hide show
  1. services/stopwords_id.py +6 -0
services/stopwords_id.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ STOPWORDS_ID = set([
2
+ "yang","dan","di","ke","dari","ini","itu","untuk","dengan","pada",
3
+ "adalah","karena","juga","tidak","ya","atau","sudah","saja","lebih",
4
+ "harus","akan","kita","kami","saya","anda","mereka","dia",
5
+ "pak","bu","nya","lah","kok","aja","dong","nih","si","ga","gak"
6
+ ])