Prossess vectors containing words into a data.frame of word occurrences.
postProcTxt(txt, minword = 1, maxword = 20, minFreqWord = 1)
A data.frame (freq = occurrences, stem = stem words, word = words), sorted by word occurrences.
A vector containing text.
An integer specifying the minimum number of letters per word into the returned data.frame.
An integer to specifying the maximum number of letters per word into the returned data.frame.
An integer specifying the minimum word frequency into the returned data.frame.