word_atomizations: Atomization of words

Description Usage Arguments Details Value Author(s) Examples

View source: R/word_atomizations.R

Description

word_atomizations will automatically break the whole text into words nd rank them according to their frequency of occurence.

Usage

1

Arguments

m

An S4 object of class Abstracts

Details

word_atomizations() will break down the whole text into words after removing the extra white space, punctuation marks and very common english words.

Value

A text file containing words with their frequencies

Author(s)

S. Ramachandran, Jyoti Sharma

Examples

1
2
## Not run: word_atomizations(myabs)
## here myabs is the object containing abstracts.

Example output



pubmed.mineR documentation built on Nov. 26, 2021, 5:11 p.m.