R: Package Pendukung Text Processing: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs)
No edit summary
Onnowpurbo (talk | contribs)
No edit summary
Line 5: Line 5:
  install.packages("tidytext")
  install.packages("tidytext")
  install.packages("ggplot2")
  install.packages("ggplot2")
install.packages("ggplot")


  library(dplyr)
  library(dplyr)
Line 11: Line 10:
  library(stringr)        # text cleaning and regular expressions
  library(stringr)        # text cleaning and regular expressions
  library(tidytext)      # provides additional text mining functions
  library(tidytext)      # provides additional text mining functions
library(ggplot)
  library(ggplot2)
  library(ggplot2)



Revision as of 02:07, 31 October 2018

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