Skip to content
Snippets Groups Projects
Commit df11e052 authored by Eric Bavier's avatar Eric Bavier
Browse files

gnu: Add Lingua-Stem-Fr.

* gnu/packages/language.scm (perl-lingua-stem-fr): New variable.
parent 9b446711
No related branches found
No related tags found
No related merge requests found
...@@ -151,3 +151,22 @@ (define-public perl-lingua-pt-stemmer ...@@ -151,3 +151,22 @@ (define-public perl-lingua-pt-stemmer
proposed in the paper A Stemming Algorithm for the Portuguese Language by proposed in the paper A Stemming Algorithm for the Portuguese Language by
Moreira, V. and Huyck, C.") Moreira, V. and Huyck, C.")
(license (package-license perl)))) (license (package-license perl))))
(define-public perl-lingua-stem-fr
(package
(name "perl-lingua-stem-fr")
(version "0.02")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/S/SD/SDP/"
"Lingua-Stem-Fr-" version ".tar.gz"))
(sha256
(base32
"0vyrspwzaqjxm5mqshf4wvwa3938mkajd1918d9ii2l9m2rn8kwx"))))
(build-system perl-build-system)
(home-page "http://search.cpan.org/dist/Lingua-Stem-Fr")
(synopsis "Porter's stemming algorithm for French")
(description "This module uses a modified version of the Porter Stemming
Algorithm to return a stemmed French word.")
(license (package-license perl))))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment