Package: unine
Type: Package
Title: Unine Light Stemmer
Version: 0.2.0
Authors@R: c(person("Michaël", "Benesty", role = c("aut", "cre", "cph"), email = "michael@benesty.fr"),
  person("Jacques Savoy", role = c("cph"), email = "Jacques.Savoy@unine.ch"))
Maintainer: Michaël Benesty <michael@benesty.fr>
Description: 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>.
URL: https://github.com/pommedeterresautee/unine,
        https://pommedeterresautee.github.io/unine/,
        http://members.unine.ch/jacques.savoy/clef/
BugReports: https://github.com/pommedeterresautee/unine/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
LinkingTo: Rcpp
Imports: Rcpp (>= 1.0.0), methods
SystemRequirements: C++11
RoxygenNote: 6.1.1
NeedsCompilation: yes
Suggests: testthat, covr, stringi
Packaged: 2019-04-13 22:02:47 UTC; geantvert
Author: Michaël Benesty [aut, cre, cph],
  Jacques Savoy [cph]
Repository: CRAN
Date/Publication: 2019-04-13 22:24:09 UTC
Built: R 4.2.0; x86_64-apple-darwin17.0; 2022-04-26 07:58:18 UTC; unix
Archs: unine.so.dSYM
