R: Package Pendukung Text Processing

From OnnoWiki
Revision as of 09:07, 31 October 2018 by Onnowpurbo (talk | contribs)
Jump to navigation Jump to search
install.packages("dplyr")
install.packages("tidyverse")
install.packages("stringr")
install.packages("tidytext")
install.packages("ggplot2")
library(dplyr)
library(tidyverse)      # data manipulation & plotting
library(stringr)        # text cleaning and regular expressions
library(tidytext)       # provides additional text mining functions
library(ggplot2)

Pranala Menarik