GNU bug report logs -
#39416
Bulk import of R packages
Previous Next
Full log
Message #23 received at 39416 <at> debbugs.gnu.org (full text, mbox):
* 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 4330ebf3d3..819aed90e4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19417,3 +19417,26 @@ 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 "Wrapper to the 'spaCy' NLP Library")
+ (description
+ "An R wrapper to the Python @code{spaCy} NLP library, from
+<http://spacy.io>.")
+ (license license:gpl3)))
--
2.20.1
This bug report was last modified 5 years and 84 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.