knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "docs/"
)

Clema

A R small dictionary based lemmatizer with emphasis in chilean spanish.

Installation

install.packages("devtools")
devtools::install_github("robsalasco/clema")

Usage

library(clema)

clema(c("carabinera","autos","niƱas"))

Copyright

This package uses the dictionary provided by Explosion AI's spaCy and all atributions belong their creators.



robsalasco/clema documentation built on Nov. 5, 2019, 3:14 a.m.