knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "docs/" )
A R small dictionary based lemmatizer with emphasis in chilean spanish.
install.packages("devtools") devtools::install_github("robsalasco/clema")
library(clema) clema(c("carabinera","autos","niƱas"))
This package uses the dictionary provided by Explosion AI's spaCy and all atributions belong their creators.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.