Difference between revisions of "Python: stopwords Indonesia"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with " https://github.com/masdevid/ID-Stopwords") |
Onnowpurbo (talk | contribs) |
||
Line 1: | Line 1: | ||
− | https://github.com/masdevid/ID-Stopwords | + | * https://github.com/masdevid/ID-Stopwords |
+ | |||
+ | |||
+ | ==Cara lain adalah mengumpulkan sendiri stopwords== | ||
+ | |||
+ | Jalankan script | ||
+ | |||
+ | cari-stopwords.py -i input.txt > kumpulan-words.txt | ||
+ | |||
+ | Edit | ||
+ | |||
+ | vi kumpulan-words.txt | ||
+ | |||
+ | buang kata-kata yang bukan stopwords | ||
+ | kata-kata yang penting yang akan menjadi node di graph |
Revision as of 05:11, 2 February 2017
Cara lain adalah mengumpulkan sendiri stopwords
Jalankan script
cari-stopwords.py -i input.txt > kumpulan-words.txt
Edit
vi kumpulan-words.txt
buang kata-kata yang bukan stopwords kata-kata yang penting yang akan menjadi node di graph