Presentation is loading. Please wait.

Presentation is loading. Please wait.

Text Analytics Gateway Project Background Michael Black Drew Schmidt.

Similar presentations


Presentation on theme: "Text Analytics Gateway Project Background Michael Black Drew Schmidt."— Presentation transcript:

1 Text Analytics Gateway Project Background Michael Black Drew Schmidt

2

3

4

5

6

7

8

9

10

11

12

13 corpus <- tm::tm_map(corpus, tm::content_transformer(base::tolower)) corpus <- tm::tm_map(corpus, tm::removePunctuation) corpus <- tm::tm_map(corpus, tm::removeNumbers) corpus <- tm::tm_map(corpus, tm::stripWhitespace) corpus <- tm::tm_map(corpus, tm::removeWords, tm::stopwords("english")) tdm <- tm::TermDocumentMatrix(corpus) wordcount_table <- sort(rowSums(as.matrix(tdm)), decreasing=TRUE)

14

15

16

17

18

19

20

21

22


Download ppt "Text Analytics Gateway Project Background Michael Black Drew Schmidt."

Similar presentations


Ads by Google