guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: Add r-nlp.


From: guix-commits
Subject: 01/03: gnu: Add r-nlp.
Date: Tue, 3 Sep 2019 06:46:12 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 53bd3ab3890e45de6e03ffd48053f0b99e3a2b42
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Sep 3 12:45:06 2019 +0200

    gnu: Add r-nlp.
    
    * gnu/packages/cran.scm (r-nlp): New variable.
---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f3566f2..8366b48 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9325,6 +9325,26 @@ in-memory raw vectors.")
     ;; Either of these two license versions.
     (license (list license:gpl2 license:gpl3))))
 
+(define-public r-nlp
+  (package
+    (name "r-nlp")
+    (version "0.2-0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "NLP" version))
+       (sha256
+        (base32
+         "0xbhkrnxcbf322jfw31xcn4y2gnk5y7ccq1bz4h3prf44h0whr7w"))))
+    (properties `((upstream-name . "NLP")))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/NLP/";)
+    (synopsis "Natural language processing infrastructure")
+    (description
+     "This package provides basic classes and methods for Natural Language
+Processing.")
+    (license license:gpl3)))
+
 (define-public r-waveslim
   (package
     (name "r-waveslim")



reply via email to

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