Python: cari-stopwords.py: Revision history

From OnnoCenterWiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

1 February 2017

  • curprev 22:0522:05, 1 February 2017 Onnowpurbo talk contribs 1,124 bytes +1,124 Created page with "Install dulu pip install nltk Source code import os,nltk,os.path,re,string import argparse from nltk.stem.porter import PorterStemmer ps=PorterStemmer() def hany..."