lemmatize_words: Lemmatize a Vector of Words

Description Usage Arguments Value

View source: R/lemmatize.R

Description

Lemmatize a vector of words.

Usage

1

Arguments

x

A vector of words.

dictionary

A dictionary of base terms and lemmas to use for replacement. The first column should be the full word form in lower case while the second column is the corresponding replacement lemma.

...

ignored.

Value

Returns a vector of lemmatized words.


trinker/lemmar documentation built on May 7, 2019, 3:57 a.m.