Lemmatize: Lemmatizer

View source: R/Lemmatize.R

LemmatizeR Documentation

Lemmatizer

Description

This function allows you lemmatize words using the treetag lemmatizer

Usage

Lemmatize(word, print = T, debug = F)

Arguments

word

word to lemmatize, if multiple use loop/apply/dplyr

print

Whether to print word being lemmatized. Useful for long lists of words. Defaults to TRUE

Value

lemmatized words


gandalfnicolas/SADCAT documentation built on June 8, 2024, 6:26 a.m.