word_atomizations function

Atomization of words

Atomization of words

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

word_atomizations(m)

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.

Returns

A text file containing words with their frequencies

Author(s)

S. Ramachandran, Jyoti Sharma

Examples

## Not run: word_atomizations(myabs) ## here myabs is the object containing abstracts.
  • Maintainer: S. Ramachandran
  • License: GPL-3
  • Last published: 2024-09-08

Useful links