guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/53: gnu: Add r-spacyr.


From: guix-commits
Subject: 07/53: gnu: Add r-spacyr.
Date: Sat, 22 Feb 2020 14:46:06 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 982a9fb6c64255205fb7e8c358f47f30f43710cf
Author: Lars-Dominik Braun <address@hidden>
AuthorDate: Fri Jan 31 16:58:57 2020 +0100

    gnu: Add r-spacyr.
    
    * gnu/packages/cran.scm (r-spacyr): 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 bfd7160..6bcc38c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19408,3 +19408,26 @@ character codes as well as the UN M.49 area codes.")
      "This package provides multiple sources of stopwords, for use in text
 analysis and natural language processing.")
     (license license:expat)))
+
+(define-public r-spacyr
+  (package
+    (name "r-spacyr")
+    (version "1.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "spacyr" version))
+       (sha256
+        (base32
+         "1xsiz6zx89vs6ykrkkp011d8fz4ksdgnf5nyaq5ynjr6zv865vks"))))
+    (properties `((upstream-name . "spacyr")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-data-table" ,r-data-table)
+       ("r-reticulate" ,r-reticulate)))
+    (home-page "https://spacyr.quanteda.io";)
+    (synopsis "R wrapper for the spaCy NLP library")
+    (description
+     "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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]