removeWords: Remove common uninformative words

Description Usage Arguments Value Author(s) See Also Examples

Description

Remove common uninformative words

Usage

1
    removeWords(x, tag = 'TI', stopwords = TRUE, numbers = TRUE, adjectives = TRUE, adverbs = TRUE, oneletter = TRUE)

Arguments

x

A list of bibliographic returned by filterArticles

tag

A vector of tags containing textual information

stopwords

If TRUE common words area deleted (i.e. and, or, then, also, etc.). See getStopwords for a complete list.

numbers

If TRUE numbers are deleted

adjectives

If TRUE common adjectives are deleted. See getStopwords for a complete list.

adverbs

If TRUE common adverbs are deleted. See getStopwords for a complete list.

oneletter

If TRUE one-letter words are deleted. See getStopwords for a complete list.

Value

A list in which each element is a bibliographic citation in a specific format (i.e. a sub-list where each element is a specific information [authors, keywords, title, etc.]).

Author(s)

Nicolas Casajus

See Also

getStopwords

Examples

1
### See https://github.com/ahasverus/rscimap

ahasverus/rscimap documentation built on May 11, 2019, 11:30 p.m.