powered by
use strsplit to parse words from text t, delete the empty string from the result, and compile into a sorted table of word frequencies
strSplitTab(t)
a sorted table of raw word counts
vector of character strings representing lines of the orginal text
sst<-strSplitTab(texts.vec)
Run the code above in your browser using DataLab