removeWordEndings: Remove words endings

Description Usage Arguments Value Author(s) Examples

Description

Remove common words endings (e.g. verbs endings, plurial, etc.). An automatic process is performed, but user can also use an interactive mode to complete the process.

Usage

1
    removeWordEndings(x, tag = 'TI', ask = TRUE, import = FALSE)

Arguments

x

A list of bibliographic returned by filterArticles

tag

A vector of tags containing textual information

ask

If TRUE an interactive mode is launched in addition to automatic mode.

import

If TRUE user can start this process from where he has stopped the last time.

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

Examples

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

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