Lemmatize: Lemmatizer

Description Usage Arguments Examples

Description

This function allows you lemmatize words using the treetag lemmatizer

Usage

1
Lemmatize(word, print = T)

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

Examples

1
Lemmatize('hello')

gandalfnicolas/WDCH documentation built on May 29, 2019, 9:17 a.m.