[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50663] [PATCH 09/19] gnu: Add python-adapt-parser.
From: |
phodina |
Subject: |
[bug#50663] [PATCH 09/19] gnu: Add python-adapt-parser. |
Date: |
Sat, 18 Sep 2021 19:02:44 +0000 |
* gnu/packages/python-xyz.scm (python-adapt-parser): New variable.
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7180be87e5..e3f996a2d2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13502,6 +13502,30 @@ ISO 8859, etc.).")
(define-public python2-translitcodec
(package-with-python2 python-translitcodec))
+(define-public python-adapt-parser
+ (package
+ (name "python-adapt-parser")
+ (version "v0.3.7")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/MycroftAI/adapt")
+ (commit (string-append "release/" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1f67plj9f0314pm2vfqvmzqmngfq4vznzs3ikgkwsz798m1hzl6y"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-pyee" ,python-pyee)
+ ("python-six" ,python-six)))
+ (home-page "https://github.com/MycroftAI/adapt")
+ (synopsis "Text-to-intent parsing framework")
+ (description "Flexible and extensible way to parse natural language text
+into a structured intent.")
+ (license license:asl2.0)))
+
(define-public python-anyqt
(package
(name "python-anyqt")
--
2.32.0
- [bug#50663] [PATCH 01/18] gnu: Add python-pyee., phodina, 2021/09/18
- [bug#50663] [PATCH 02/18] gnu: Add python-fann2., phodina, 2021/09/18
- [bug#50663] [PATCH 03/19] gnu: Add python-padaos., phodina, 2021/09/18
- [bug#50663] [PATCH 04/19] gnu: Add python-precise-runner., phodina, 2021/09/18
- [bug#50663] [PATCH 05/19] gnu: Add python-petact., phodina, 2021/09/18
- [bug#50663] [PATCH 06/19] gnu: Add python-padatious., phodina, 2021/09/18
- [bug#50663] [PATCH 07/19] gnu: Add python-lazy., phodina, 2021/09/18
- [bug#50663] [PATCH 08/19] gnu: Add python-pako., phodina, 2021/09/18
- [bug#50663] [PATCH 09/19] gnu: Add python-adapt-parser.,
phodina <=
- [bug#50663] [PATCH 10/19] gnu: Add python-msm., phodina, 2021/09/18
- [bug#50663] [PATCH 11/19] gnu: Add python-msk., phodina, 2021/09/18
- [bug#50663] [PATCH 12/19] gnu: Add python-lingua-franca., phodina, 2021/09/18
- [bug#50663] [PATCH 13/19] gnu: Add python-pocketsphinx., phodina, 2021/09/18
- [bug#50663] [PATCH 14/19] gnu: Add python-gtts., phodina, 2021/09/18
- [bug#50663] [PATCH 16/19] gnu: Add python-mycroft-messagebus-client., phodina, 2021/09/18
- [bug#50663] [PATCH 17/19] gnu: Add mycroft-mimic., phodina, 2021/09/18
- [bug#50663] [PATCH 18/19] gnu: Add python-speech-recognition., phodina, 2021/09/18
- [bug#50663] [PATCH 19/19] gnu: Add python-mycroft-core., phodina, 2021/09/18
- [bug#50663] [PATCH 02/19] gnu: Add python-pyee., phodina, 2021/09/18