emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#67617: closed ([PATCH] gnu: Add python-icegrams.)


From: GNU bug Tracking System
Subject: bug#67617: closed ([PATCH] gnu: Add python-icegrams.)
Date: Sat, 23 Dec 2023 10:18:01 +0000

Your message dated Sat, 23 Dec 2023 11:17:13 +0100
with message-id <87frzt6x5i.fsf@gnu.org>
and subject line Re: [bug#67617] [PATCH] gnu: Add python-icegrams.
has caused the debbugs.gnu.org bug report #67617,
regarding [PATCH] gnu: Add python-icegrams.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
67617: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67617
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-icegrams. Date: Sun, 3 Dec 2023 21:03:11 -0600
* gnu/packages/python-xyz.scm (python-icegrams): New variable.

Change-Id: Ia0044304f8b2002a5362813448a6172c2f3eef5b
---
 gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f87e6fc3f7..c2f3475362 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -34242,6 +34242,29 @@ (define-public python-islenska
 forms, and about 300,000 distinct lemmas.")
     (license license:expat)))
 
+(define-public python-icegrams
+  (package
+    (name "python-icegrams")
+    (version "1.1.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "icegrams" version))
+       (sha256
+        (base32 "1ajcjngvr4rlgb0q6p6vjz2sncwhvq3msjy6qaiz5g37vgvw2ij8"))))
+    (build-system pyproject-build-system)
+    (propagated-inputs (list python-cffi))
+    (home-page "https://github.com/mideind/Icegrams";)
+    (synopsis "Trigram statistics for Icelandic")
+    (description
+     "Icegrams is a Python package that encapsulates a large trigram
+library for Icelandic.  You can use Icegrams to obtain probabilities (relative
+frequencies) of over a million different unigrams (single words or tokens), or 
of
+bigrams (pairs of two words or tokens), or of trigrams.  Icegrams is useful for
+instance in spelling correction, predictive typing, to help disabled people
+write text fast, and for various text generation, statistics, and modeling 
tasks.")
+    (license license:expat)))
+
 (define-public python-zeroc-ice-3.6
   (package
     (inherit python-zeroc-ice)

base-commit: 6e2dd51df5f3f51e9056dd4f2e1b036195ab3caa
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#67617] [PATCH] gnu: Add python-icegrams. Date: Sat, 23 Dec 2023 11:17:13 +0100 User-agent: Gnus/5.13 (Gnus v5.13)
Spencer King <spencer@nursiapress.com> skribis:

> * gnu/packages/python-xyz.scm (python-icegrams): New variable.
>
> Change-Id: Ia0044304f8b2002a5362813448a6172c2f3eef5b

Applied, thanks!


--- End Message ---

reply via email to

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