Implementation of "light" stemmers for French, German, Italian, Spanish, Portuguese, Finnish, Swedish. They are based on the same work as the "light" stemmers found in 'SolR' <https://lucene.apache.org/solr/> or 'ElasticSearch' <https://www.elastic.co/fr/products/elasticsearch>. A "light" stemmer consists in removing inflections only for noun and adjectives. Indexing verbs for these languages is not of primary importance compared to nouns and adjectives. The stemming procedure for French is described in (Savoy, 1999) <doi:10.1002/(SICI)1097-4571(1999)50:10%3C944::AID-ASI9%3E3.3.CO;2-H>.
Version: | 0.2.0 |
Imports: | Rcpp (≥ 1.0.0), methods |
LinkingTo: | Rcpp |
Suggests: | testthat, covr, stringi |
Published: | 2019-04-13 |
DOI: | 10.32614/CRAN.package.unine |
Author: | Michaël Benesty [aut, cre, cph], Jacques Savoy [cph] |
Maintainer: | Michaël Benesty <michael at benesty.fr> |
BugReports: | https://github.com/pommedeterresautee/unine/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/pommedeterresautee/unine, https://pommedeterresautee.github.io/unine/, http://members.unine.ch/jacques.savoy/clef/ |
NeedsCompilation: | yes |
SystemRequirements: | C++11 |
Materials: | NEWS |
CRAN checks: | unine results |
Reference manual: | unine.pdf |
Package source: | unine_0.2.0.tar.gz |
Windows binaries: | r-devel: unine_0.2.0.zip, r-release: unine_0.2.0.zip, r-oldrel: unine_0.2.0.zip |
macOS binaries: | r-release (arm64): unine_0.2.0.tgz, r-oldrel (arm64): unine_0.2.0.tgz, r-release (x86_64): unine_0.2.0.tgz, r-oldrel (x86_64): unine_0.2.0.tgz |
Old sources: | unine archive |
Please use the canonical form https://CRAN.R-project.org/package=unine to link to this page.