Wiki

Clone wiki

r-text-tools / getWordFrequency

Takes a text blob and returns a word frequency table

Digital Approaches to Bibliography and Book History - Rare Book School - University of Virginia - Carl Stahmer and Benjamin Pauley

USAGE:

r> text <- the text you want to calculate
r> frequencytable <- getWordFrequency(text)
r> frequencytable

This work is licensed under a Creative Commons Attribution 4.0 International License.

Updated