The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Lingua::Identify"

Lingua::Identify - Language identification River stage one • 7 direct dependents • 7 total dependents

STARTING WITH VERSION 0.25, Lingua::Identify IS UNICODE BY DEFAULT! "Lingua::Identify" identifies the language a given string or file is written in. See section WHY LINGUA::IDENTIFY for a list of "Lingua::Identify"'s strong points. See section KNOWN ...

AMBS/Lingua-Identify-0.56 - 17 Aug 2013 19:25:00 UTC

Lingua::Identify::Any - Detect language of text using one of several available backends River stage one • 4 direct dependents • 7 total dependents

This module offers a common interface to several language detection backends....

PERLANCAR/Lingua-Identify-Any-0.002 - 17 Aug 2019 00:04:40 UTC

Lingua::Identify::CLD - Interface to Chrome language detection library. River stage two • 4 direct dependents • 11 total dependents

AMBS/Lingua-Identify-CLD-0.10 - 01 Nov 2016 16:52:03 UTC

Lingua::Identify::CLD2 - CLD2 wrapper for Perl River stage zero No dependents

This module is an XS wrapper around the CLD2 "compact language detection" library. Optionally, you may choose to import a any or all of the functions and constants discussed below into your namespace using normal Exporter semantics. You can import al...

DENIK/Lingua-Identify-CLD2-0.03 - 22 Jul 2015 13:53:00 UTC

Lingua::Identify::Blacklists - Language identification for related languages based on blacklists River stage zero No dependents

This module adds a blacklist classifier to a general purpose language identification tool. Related languages can easily be confused with each other and standard language detection tools do not work very well for distinguishing them. With this module ...

TIEDEMANN/Lingua-Identify-Blacklists-0.04 - 09 Nov 2012 21:19:10 UTC

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

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

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

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

Lingua::Identifier - A NN based approach for language identification River stage zero No dependents

This documentation is not ready yet. These releases are just for CPANtesters testing. "new" Constructs a new Language Identification object. my $identifier = Lingua::Identifier->new();...

AMBS/Lingua-Identifier-0.01 - 29 Aug 2014 13:34:09 UTC

Lingua::IdSplitter - split identifiers into words River stage zero No dependents

This module implements and algorithm to identify and split multi-word identifier in their individual words. For example, "UserFind" in "user" and "find", or "timesort" in "time" and "sort". For more details on the algorithm check the following articl...

SMASH/Lingua-IdSplitter-0.03 - 15 Dec 2015 16:26:01 UTC

Lingua::ZH::MMSEG River stage one • 1 direct dependent • 2 total dependents

A problem in computational analysis of Chinese text is that there are no word boundaries in conventionally printed text. Since the word is such a fundamental linguistic unit, it is necessary to identify words in Chinese text so that higher-level anal...

DRYMAN/Lingua-ZH-MMSEG-0.4005 - 02 Jan 2012 08:38:55 UTC

Lingua::DxExtractor - Perl extension to extract the presence or absence of a clinical condition from medical reports. River stage zero No dependents

A tool to be used to look for the presence or absence of a clinical condition as reported in medical reports. The extractor reports a 'final answer', 'absent' or 'present', as well as reports whether this answer is 'ambiguous' or not. The 'use case' ...

OSLER/Lingua-DxExtractor-2.31 - 06 Sep 2016 18:40:25 UTC

Lingua::EN::Namegame - Creates a "Name-Game" verse from a name (or word) River stage one • 1 direct dependent • 1 total dependent

Purpose name2verse is a subroutine that generates a rhyming verse based on a name (or word), in accordance with the "rhyming algorithm" documented in the lyrics of the famous 1960's song The Name Game, by *Shirley Ellis*. Background A presentation ba...

YUMPY/Lingua-EN-Namegame-0.05 - 01 Jan 2003 23:03:11 UTC

Lingua::EN::Inflexion - Inflect English nouns, verbs, adjectives, and articles River stage one • 7 direct dependents • 8 total dependents

Lingua::EN::Inflexion allows you to correctly inflect all English nouns and verbs, as well as the small number of adjectives and articles that still decline in modern English. By default, the module follows the conventions of modern formal British En...

DCONWAY/Lingua-EN-Inflexion-0.002008 - 04 Jul 2023 11:32:52 UTC

Lingua::EN::NameParse - extract the components of a person or couples full name, from free form text River stage one • 4 direct dependents • 5 total dependents

This module takes as input one person's name or a couples name in free format text such as, Mr AB & M/s CD MacNay-Smith MR J.L. D'ANGELO Estate Of The Late Lieutenant Colonel AB Van Der Heiden and attempts to parse it. If successful, the name is brok...

KIMRYAN/Lingua-EN-NameParse-1.38 - 26 Oct 2018 07:10:02 UTC

Lingua::EN::Titlecase - Titlecase English words by traditional editorial rules. River stage one • 4 direct dependents • 4 total dependents

Editorial titlecasing in English is the initial capitalization of regular words minus inner articles, prepositions, and conjunctions. This is one of those problems that is somewhat easy to solve for the general case but impossible to solve for all ca...

ASHLEY/Lingua-EN-Titlecase-0.15 - 04 Aug 2012 05:57:31 UTC

Lingua::EN::Grammarian - Detect grammatical problems in text River stage zero No dependents

This module provides a data-driven grammar checker for English text. It builds a list of potential grammar problems from templates specified in two files (grammarian_errors and grammarian_cautions) and locates any such problems in a text string. Beca...

DCONWAY/Lingua-EN-Grammarian-0.000005 - 13 Mar 2014 08:30:59 UTC

Lingua::Norms::SUBTLEX - Retrieve word frequencies and related values and lists from subtitles corpora River stage zero No dependents

This module facilitates access to corpus frequency and other lexical attributes of character strings (generally, words), as provided in the various SUBTLEX and related projects (see REFERENCES) on the basis of the representation of these strings in f...

RGARTON/Lingua-Norms-SUBTLEX-0.07 - 08 Jun 2018 03:59:12 UTC

Lingua::EN::Infinitive - Determine the infinitive form of a conjugated word River stage zero No dependents

Generic Code This section discusses the results from calling the method "stem($word)". Determines the infinitive form of a conjugated word. Also, determines the suffix used to identify which rule to apply to transform the conjugated word into the inf...

RSAVAGE/Lingua-EN-Infinitive-1.14 - 10 Jan 2017 21:38:10 UTC
28 results (0.028 seconds)