The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "Lingua"

Lingua::SA - Perl extension for the language Sanskrit River stage zero No dependents

The module exports functions to (1) Obtain declinations of Sanskrit nouns (2) Convert Roman into Unicode Sanskrit print vibhakti({naam=>"raama", vibhakti=>"prathamA", linga=>"puM", vachana=>"ekavachana"}),"\n"; # outputs: rAm + aH print sandhi(vibhak...

ASCHIG/Lingua-SA-0.08 - 11 Jun 2008 22:16:12 UTC - Search in distribution

CGI::Lingua - Create a multilingual web page River stage one • 3 direct dependents • 3 total dependents

NHORNE/CGI-Lingua-0.66 - 14 Feb 2024 15:11:53 UTC - Search in distribution

Lingua::AtD - Provides an OO wrapper for After the Deadline grammar and spelling service. River stage zero No dependents

Lingua::AtD provides an OO-style interface for After the Deadline's grammar and spell checking services....

DDAY/Lingua-AtD-1.160790 - 19 Mar 2016 13:41:02 UTC - Search in distribution

Lingua::PTD - Module to handle PTD files in Dumper Format River stage one • 2 direct dependents • 2 total dependents

PTD files in Perl Dumper format are simple hashes references. But they use a specific structure, and this module provides a simple interface to manipulate it. "new" The "new" constructor returns a new Lingua::PTD object. This constructor receives a P...

AMBS/Lingua-PTD-1.17 - 01 Jul 2022 18:58:39 UTC - Search in distribution

Lingua::Bork - Perl extension for Bork Bork Bork River stage zero No dependents

Bork Bork Bork....

MCHING/Lingua-Bork-0.03 - 19 Feb 2003 22:30:51 UTC - Search in distribution

Lingua::Deva - Convert between Latin and Devanagari Sanskrit text River stage zero No dependents

The "Lingua::Deva" module provides facilities for converting Sanskrit in various Latin transliterations to Devanagari and vice-versa. "Deva" is the name for the Devanagari (*devanāgarī*) script according to ISO 15924. The facilities of this module ar...

GLTS/Lingua-Deva-1.20 - 11 Nov 2012 23:53:40 UTC - Search in distribution

Lingua::HPSG - Head-driven Phrase Structure Grammar River stage zero No dependents

CJCOLLIER/Lingua-HPSG-0.03 - 11 Oct 2009 23:35:55 UTC - Search in distribution

Lingua::Stem - Stemming of words River stage three • 16 direct dependents • 137 total dependents

This routine applies stemming algorithms to its parameters, returning the stemmed words as appropriate to the selected locale. You can import some or all of the class methods. use Lingua::Stem qw (stem clear_stem_cache stem_caching add_exceptions del...

SNOWHARE/Lingua-Stem-2.31 - 26 Sep 2020 06:27:58 UTC - Search in distribution

Lingua::XFST - Perl bindings for the Xerox FSM libraries River stage zero No dependents

This module wraps the XFST C library and provides a Perl object interface to it. Currently only the bare minimum of functionality is provided, but more is coming. The only interface supported is the network class, which can be applied to strings in b...

ARNSHOLT/Lingua-XFST-0.1 - 02 Jul 2011 16:03:16 UTC - Search in distribution

Lingua::YALI - YALI - Yet Another Language Identifier. River stage one • 1 direct dependent • 1 total dependent

MAJLIS/Lingua-YALI-0.016 - 02 Feb 2019 11:04:45 UTC - Search in distribution

Lingua::Align - Perl modules for the alignment of parallel corpora River stage zero No dependents

Lingua::Align contains modules for automatic tree alignment based on discriminative classification and alignment inference. More details about the tree aligner can be found in Lingua::Align::Trees. The following gives a general overview and motivatio...

TIEDEMANN/Lingua-Align-0.04 - 10 Dec 2012 18:31:24 UTC - Search in distribution

Lingua::Flags - Provide small flag icons River stage zero No dependents

Module with small flags icons. You can get them in base64 inline HTML image or as a gif image....

AMBS/Lingua-Flags-0.07 - 15 Dec 2009 21:29:57 UTC - Search in distribution

Lingua::Guess - Guess the language of text River stage zero No dependents

This module attempts to guess what human language a piece of text is written in. It is a fork of a module called Language::Guess, which was deleted from CPAN by its author....

BKB/Lingua-Guess-0.03 - 31 Jan 2021 03:14:01 UTC - Search in distribution

Lingua::Ident - Statistical language identification River stage zero No dependents

This module implements a statistical language identifier based on the approach Ted Dunning described in his 1994 report *Statistical Identification of Language*....

MPIOTR/Lingua-Ident-1.7 - 18 Jun 2010 12:44:59 UTC - Search in distribution

Lingua::Names - test a string to see if it is a first name River stage zero No dependents

I wanted to test strings to see if the looked like names, first names. There seemed not to be anything out there. After discussion on perlmonks.. Here it is. This module is very basic. It only tests against a selection of names from a United States c...

LEOCHARRE/Lingua-Names-1.03 - 25 Aug 2009 18:50:24 UTC - Search in distribution

Lingua::NegEx - Perl extension for finding negated phrases in text and identifying the scope of negation. River stage one • 2 direct dependents • 2 total dependents

This is a perl implementation of Wendy Chapman's NegEx algorithm which uses a list of phrases to determine if a negation exists in a sentence and to identify the scope of the given negation. The one exported function, negation_scope(), takes a senten...

OSLER/Lingua-NegEx-0.10 - 15 Mar 2013 02:57:37 UTC - Search in distribution

Lingua::TFIDF - Language-independent TF-IDF calculator. River stage zero No dependents

Quoting Wikipedia <http://en.wikipedia.org/wiki/Tf%E2%80%93idf>: tf–idf, short for term frequency–inverse document frequency, is a numerical statistic that is intended to reflect how important a word is to a document in a collection or corpus. It is ...

SEKIA/Lingua-TFIDF-0.01 - 11 May 2014 17:25:37 UTC - Search in distribution

Lingua::YaTeA - Perl extension for extracting terms from a corpus and providing a syntactic analysis in a head-modifier format. River stage one • 1 direct dependent • 1 total dependent

This module is the main module of the software named YaTeA. It aims at extracting noun phrases that look like terms from a corpus. It provides their syntactic analysis in a head-modifier representation. As an input, the term extractor requires a corp...

THHAMON/Lingua-YaTeA-0.626 - 26 Oct 2018 12:48:02 UTC - Search in distribution

Lingua::Ispell - a module encapsulating access to the Ispell program. River stage one • 1 direct dependent • 1 total dependent

Lingua::Ispell::spellcheck() takes one argument. It must be a string, and it should contain only printable characters. One allowable exception is a terminal newline, which will be chomped off anyway. The line is fed to a coprocess running ispell for ...

JDPORTER/Lingua-Ispell-0.07 - 18 Apr 2000 18:53:02 UTC - Search in distribution

Lingua::Jspell - Perl interface to the Jspell morphological analyser. River stage one • 1 direct dependent • 1 total dependent

AMBS/Lingua-Jspell-1.98 - 08 Apr 2023 13:34:11 UTC - Search in distribution
673 results (0.169 seconds)