xmlword_atomizations {pubmed.mineR} | R Documentation |
xmlword_atomizations
is used to process the abstracts from PubMed in XML format.
xmlword_atomizations(m)
m |
an S4 object of class Abstracts resulted from xmlreadabs. |
a list containing words from the text with their frequencies.
xmlword_atomizations
cannot work on output of readabs.
S. Ramachandran
## Not run: test = xmlword_atomizations(xmlabs)
## here xmlabs is an S4 object i.e. output of xmlreadabs