Rstem: Interface to Snowball implementation of Porter's word stemming algorithm.

An R interface to the C code that implements Porter's word stemming algorithm for collapsing words to a common root to aid comparison of texts. There is code to for different languages (i.e. Danish, Dutch, English, Finnish, French, German, Norwegian, Portuguese, Russian, Spanish, Swedish). However, these may not be applicable if the words require UTF encoding. This is extensible by allowing different routines to be specified to create the C routines used in the stemming, permitting debugging, profiling, pool management, caching, etc.

Getting started

Package details

AuthorDuncan Temple Lang [aut], Milan Bouchet-Valat [cre]
MaintainerMilan Bouchet-Valat <nalimilan@club.fr>
LicenseBSD
Version0.4-1
Package repositoryView on R-Forge
Installation Install the latest version of this package by entering the following in R:
install.packages("Rstem", repos="http://R-Forge.R-project.org")

Try the Rstem package in your browser

Any scripts or data that you put into this service are public.

Rstem documentation built on May 2, 2019, 6:47 p.m.