powered by
word_atomizations will automatically break the whole text into words nd rank them according to their frequency of occurence.
word_atomizations
word_atomizations(m)
A text file containing words with their frequencies
An S4 object of class Abstracts
S. Ramachandran, Jyoti Sharma
word_atomizations() will break down the whole text into words after removing the extra white space, punctuation marks and very common english words.
if (FALSE) word_atomizations(myabs) ## here myabs is the object containing abstracts.
Run the code above in your browser using DataLab