[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48091] [PATCH v7 05/10] gnu: Add python-nltk@3.4.
From: |
Raghav Gururajan |
Subject: |
[bug#48091] [PATCH v7 05/10] gnu: Add python-nltk@3.4. |
Date: |
Sat, 1 May 2021 13:21:21 -0400 |
* gnu/packages/python-xyz.scm (python-nltk-3.4): New variable.
---
gnu/packages/python-xyz.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a17a2b11b1..9dc191dcb5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15075,6 +15075,19 @@ for classification, tokenization, stemming, tagging,
parsing, and semantic
reasoning, wrappers for natural language processing libraries.")
(license license:asl2.0)))
+;; Versions >=3.5 breaks backward-compatibility,
+;; so we keep version 3.4.x around for a while.
+(define-public python-nltk-3.4
+ (package
+ (inherit python-nltk)
+ (version "3.4.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "nltk" version ".zip"))
+ (sha256
+ (base32 "153x2clrnigs74jdgnn3qmljdjj4gprmvpdvh49i18ls4m8mbm5y"))))))
+
(define-public python2-nltk
(package-with-python2 python-nltk))
--
2.31.1
- [bug#48091] [PATCH v7 01/10] gnu: Add python-colorful., Raghav Gururajan, 2021/05/01
- [bug#48091] [PATCH v7 03/10] gnu: Add python-pytest-click., Raghav Gururajan, 2021/05/01
- [bug#48091] [PATCH v7 02/10] gnu: Add python-yaspin., Raghav Gururajan, 2021/05/01
- [bug#48091] [PATCH v7 04/10] gnu: python-nltk: Update to 3.6.2., Raghav Gururajan, 2021/05/01
- [bug#48091] [PATCH v7 06/10] gnu: Add python-lunr., Raghav Gururajan, 2021/05/01
- [bug#48091] [PATCH v7 05/10] gnu: Add python-nltk@3.4.,
Raghav Gururajan <=
- [bug#48091] [PATCH v7 07/10] gnu: Add python-mkdocs., Raghav Gururajan, 2021/05/01
- [bug#48091] [PATCH v7 08/10] gnu: Add python-pymdown-extensions., Raghav Gururajan, 2021/05/01
- [bug#48091] [PATCH v7 09/10] gnu: Add python-mkdocs-material., Raghav Gururajan, 2021/05/01
- [bug#48091] [PATCH v7 10/10] gnu: Add tgcli., Raghav Gururajan, 2021/05/01