word_atomizations {pubmed.mineR} | R Documentation |
word_atomizations
will automatically break the whole text into words nd rank them according to their frequency of occurence.
word_atomizations(m)
m |
An S4 object of class Abstracts |
word_atomizations() will break down the whole text into words after removing the extra white space, punctuation marks and very common english words.
A text file containing words with their frequencies
S. Ramachandran, Jyoti Sharma
## Not run: word_atomizations(myabs)
## here myabs is the object containing abstracts.