[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/53: gnu: Add r-snowballc.
From: |
guix-commits |
Subject: |
08/53: gnu: Add r-snowballc. |
Date: |
Sat, 22 Feb 2020 14:46:06 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit e525c866d38b6c7498375f38eea7c92b0f7b6a4f
Author: Lars-Dominik Braun <address@hidden>
AuthorDate: Fri Jan 31 16:59:39 2020 +0100
gnu: Add r-snowballc.
* gnu/packages/cran.scm (r-snowballc): New variable.
---
gnu/packages/cran.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6bcc38c..1096160 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19431,3 +19431,26 @@ analysis and natural language processing.")
"This package provides an R wrapper to the Python @dfn{natural language
processing} (NLP) library @code{spaCy}, from @url{http://spacy.io}.")
(license license:gpl3)))
+
+(define-public r-snowballc
+ (package
+ (name "r-snowballc")
+ (version "0.6.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "SnowballC" version))
+ (sha256
+ (base32
+ "0b7pqdavf5jbf8si4ybnii5fff39p3b1rb5rym05j8s48hs7sqb1"))))
+ (properties `((upstream-name . "SnowballC")))
+ (build-system r-build-system)
+ (home-page "https://r-forge.r-project.org/projects/r-temis/")
+ (synopsis "Snowball stemmers based on the C libstemmer UTF-8 library")
+ (description
+ "This package provides an R interface to the C @code{libstemmer} library
+that implements Porter's word stemming algorithm for collapsing words to a
+common root to aid comparison of vocabulary. Currently supported languages
+are Danish, Dutch, English, Finnish, French, German, Hungarian, Italian,
+Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish and Turkish.")
+ (license license:bsd-3)))
- branch master updated (5508d9a -> 8017eb0), guix-commits, 2020/02/22
- 01/53: gnu: Add r-fracdiff., guix-commits, 2020/02/22
- 06/53: gnu: Add r-stopwords., guix-commits, 2020/02/22
- 02/53: gnu: Add r-forecast., guix-commits, 2020/02/22
- 09/53: gnu: Add r-quanteda., guix-commits, 2020/02/22
- 08/53: gnu: Add r-snowballc.,
guix-commits <=
- 05/53: gnu: Add r-isocodes., guix-commits, 2020/02/22
- 12/53: gnu: Add r-polycor., guix-commits, 2020/02/22
- 15/53: gnu: Add r-mi., guix-commits, 2020/02/22
- 19/53: gnu: Add r-regsem., guix-commits, 2020/02/22
- 13/53: gnu: Add r-msm., guix-commits, 2020/02/22
- 14/53: gnu: Add r-ltm., guix-commits, 2020/02/22
- 10/53: gnu: Add r-topicmodels., guix-commits, 2020/02/22
- 07/53: gnu: Add r-spacyr., guix-commits, 2020/02/22
- 21/53: gnu: Add r-rpf., guix-commits, 2020/02/22
- 04/53: gnu: Add r-proxyc., guix-commits, 2020/02/22