guix-commits
[Top][All Lists]
Advanced

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

09/27: gnu: Add Lingua-EN-Inflect.


From: Eric Bavier
Subject: 09/27: gnu: Add Lingua-EN-Inflect.
Date: Tue, 17 Mar 2015 18:15:19 +0000

bavier pushed a commit to branch master
in repository guix.

commit 57ff0e04f18a253604a65d1e20128de2dff1dddd
Author: Eric Bavier <address@hidden>
Date:   Mon Mar 16 23:13:17 2015 -0500

    gnu: Add Lingua-EN-Inflect.
    
    * gnu/packages/language.scm (perl-lingua-en-inflect): New variable.
---
 gnu/packages/language.scm |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm
index 24e7fa4..c02771d 100644
--- a/gnu/packages/language.scm
+++ b/gnu/packages/language.scm
@@ -45,6 +45,28 @@ numbers in English text.  It also provides functions for 
extracting and
 manipulating such numbers.")
     (license (package-license perl))))
 
+(define-public perl-lingua-en-inflect
+  (package
+    (name "perl-lingua-en-inflect")
+    (version "1.895")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/D/DC/DCONWAY/"
+                           "Lingua-EN-Inflect-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0drzg9a2dkjxgf00n6jg0jzhd8972bh3j4wdnmdxpqi3zmfqhwcy"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/Lingua-EN-Inflect";)
+    (synopsis "Convert singular to plural")
+    (description "Lingua::EN::Inflect provides plural inflections,
+\"a\"/\"an\" selection for English words, and manipulation of numbers as
+words.  Plural forms of all nouns, most verbs, and some adjectives are
+provided.  Where appropriate, \"classical\" variants (for example: \"brother\"
+-> \"brethren\", \"dogma\" -> \"dogmata\", etc.) are also provided.")
+    (license (package-license perl))))
+
 (define-public perl-lingua-en-words2nums
   (package
     (name "perl-lingua-en-words2nums")



reply via email to

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