checkSpelling: Group words with different spellings

Description Usage Arguments Value Author(s) Examples

Description

Group words with different spellings (i.e. transform < nest >, < nests >, < nsets > and < nesting > into < nesting >).

Usage

1
    checkSpelling(data, tag = 'TI', distance = 5, method = 'lv')

Arguments

data

A list of bibliographic returned by filterArticles

tag

A vector of tags containing textual information

distance

A threshold above which words are considered dissimilar.

method

A character indicating the string similarity measure method to be used to identify similar words. See stringdist for further informations.

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.