Skip to content

Instantly share code, notes, and snippets.

@alstat
Created March 20, 2014 04:57
Show Gist options
  • Save alstat/9657529 to your computer and use it in GitHub Desktop.
Save alstat/9657529 to your computer and use it in GitHub Desktop.
library(XML)
df1 <- readHTMLTable('http://blog.kerul.net/2014/01/list-of-malay-stop-words.html')
df1 <- df1[[1]]
malaystopwords <- as.character(unlist(df1))[-c(320, 321)]
head(malaystopwords)
# OUTPUT
[1] "ada" "adakah" "adakan" "adalah" "adanya" "adapun"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment