mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-nltk: Improve style.
* gnu/packages/python-xyz.scm (python-nltk): Run guix style. [home-page]: Follow redirect. [description]: Start sentence with a noun. Change-Id: Ifb9cc4d069326f0c12cb6e3ab23540469d22e096
This commit is contained in:
parent
39337c300e
commit
a97df9044e
1 changed files with 18 additions and 18 deletions
|
@ -24696,27 +24696,27 @@ JSON) codec.")
|
||||||
(package
|
(package
|
||||||
(name "python-nltk")
|
(name "python-nltk")
|
||||||
(version "3.6.2")
|
(version "3.6.2")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (pypi-uri "nltk" version ".zip"))
|
(method url-fetch)
|
||||||
(sha256
|
(uri (pypi-uri "nltk" version ".zip"))
|
||||||
(base32
|
(sha256
|
||||||
"1sq32lwgij9h8rsksymnxxr7bqfw3vgx5ijw4azbj6k2xnmmdmap"))))
|
(base32 "1sq32lwgij9h8rsksymnxxr7bqfw3vgx5ijw4azbj6k2xnmmdmap"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(;; The tests require some extra resources to be downloaded.
|
;; Tests require some extra resources to be downloaded.
|
||||||
;; TODO Try packaging these resources.
|
;; TODO Try packaging these resources.
|
||||||
#:tests? #f))
|
'(#:tests? #f))
|
||||||
(propagated-inputs
|
(propagated-inputs (list python-click python-joblib python-regex
|
||||||
(list python-click python-joblib python-regex python-tqdm))
|
python-tqdm))
|
||||||
(native-inputs
|
(native-inputs (list unzip))
|
||||||
(list unzip))
|
(home-page "https://www.nltk.org/")
|
||||||
(home-page "http://nltk.org/")
|
|
||||||
(synopsis "Natural Language Toolkit")
|
(synopsis "Natural Language Toolkit")
|
||||||
(description "It provides interfaces to over 50 corpora and lexical
|
(description
|
||||||
resources such as WordNet, along with a suite of text processing libraries
|
"NLTK provides interfaces to over 50 corpora and lexical resources such as
|
||||||
for classification, tokenization, stemming, tagging, parsing, and semantic
|
WordNet, along with a suite of text processing libraries for classification,
|
||||||
reasoning, wrappers for natural language processing libraries.")
|
tokenization, stemming, tagging, parsing, and semantic reasoning, wrappers for
|
||||||
|
natural language processing libraries.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public python-pymongo
|
(define-public python-pymongo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue