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

Search results for "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 - Search in distribution

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 - Search in distribution

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 - Search in distribution
  • identify-cld - Uses Lingua::Identify::CLD to identify the language of a text.

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 - Search in distribution

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 - Search in distribution

App::LinguaIdentifyAnyUtils - Command-line utilities related to Lingua::Identify::Any River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-LinguaIdentifyAnyUtils-0.001 - 18 Aug 2019 00:10:37 UTC - Search in distribution

Lingua::NameUtils - Identify given/family names and capitalize correctly River stage zero No dependents

This module is useful when receiving a person's name that might be all uppercase, or in the wrong case, or it might have the given names and the family name combined in a single string (e.g., a single spreadsheet column), and you need to split the fu...

RAFORG/Lingua-NameUtils-1.003 - 09 Jul 2023 13:23:37 UTC - Search in distribution

perl5140delta - what is new for perl v5.14.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.12.0 release and the 5.14.0 release. If you are upgrading from an earlier release such as 5.10.0, first read perl5120delta, which describes differences between 5.10.0 and 5.12.0. Some of the bug fixes...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

Data::Rmap - recursive map, apply a block to a data structure River stage two • 8 direct dependents • 19 total dependents

rmap BLOCK LIST Recursively evaluate a BLOCK over a list of data structures (locally setting $_ to each element) and return the list composed of the results of such evaluations. $_ can be used to modify the elements. Data::Rmap currently traverses HA...

BOWMANBS/Data-Rmap-0.65 - 22 Nov 2016 13:09:09 UTC - Search in distribution

Algorithm::TicketClusterer - A Perl module for retrieving Excel-stored past tickets that are most similar to a new ticket. Tickets are commonly used in software services industry and customer support businesses to record requests for service, product complaints, user feedback, and so on. River stage zero No dependents

Algorithm::TicketClusterer is a *perl5* module for retrieving previously processed Excel-stored tickets similar to a new ticket. Routing decisions made for the past similar tickets can be useful in expediting the routing of a new ticket. Tickets are ...

AVIKAK/Algorithm-TicketClusterer-1.01 - 15 Nov 2014 21:34:54 UTC - Search in distribution

Text::Ngrams - Flexible Ngram analysis (for characters, words, and more) River stage zero No dependents

This module implement text n-gram analysis, supporting several types of analysis, including character and word n-grams. The module Text::Ngrams is very flexible. For example, it allows a user to manually feed a sequence of any tokens. It handles seve...

VLADO/Text-Ngrams-2.007 - 11 Sep 2022 00:36:32 UTC - Search in distribution

ExtUtils::ModuleMaker - Better than h2xs for creating modules River stage one • 3 direct dependents • 4 total dependents

This module is a replacement for the most typical use of the h2xs utility bundled with all Perl distributions: the creation of the directories and files required for a pure-Perl module to be installable with make and distributable on the Comprehensiv...

JKEENAN/ExtUtils-ModuleMaker-0.63 - 31 Jul 2018 16:36:35 UTC - Search in distribution

DBIx::Admin::TableInfo - A wrapper for all of table_info(), column_info(), *_key_info() River stage one • 2 direct dependents • 2 total dependents

"DBIx::Admin::TableInfo" is a pure Perl module. It is a convenient wrapper around all of these DBI methods: o table_info() o column_info() o primary_key_info() o foreign_key_info() o MySQL Warning: To get foreign key information in the output, the cr...

RSAVAGE/DBIx-Admin-TableInfo-3.04 - 04 Feb 2021 04:52:42 UTC - Search in distribution

yali-identifier - Script for language identification with custom models River stage one • 1 direct dependent • 1 total dependent

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

Bundle::COG - Install all modules by COG River stage zero No dependents

COG/Bundle-COG-0.06 - 20 Jul 2008 13:25:58 UTC - Search in distribution

Task::BeLike::PERLANCAR::Used - All my modules which I currently use and install on a new perl installation River stage zero No dependents

PERLANCAR/Task-BeLike-PERLANCAR-Used-20231201.1 - 01 Dec 2023 09:34:30 UTC - Search in distribution

lib/Lingua/Romana/Perligata.pm River stage zero No dependents

DCONWAY/Lingua-Romana-Perligata-0.604 - 12 Nov 2022 04:11:39 UTC - Search in distribution

String::Normal - Just another normal form string transformer. River stage zero No dependents

THIS MODULE IS AN ALPHA RELEASE! Transform strings into a normal form. Performs tokenization, snowball stemming, stop word removal and complex name compression....

JEFFA/String-Normal-0.08 - 27 Jan 2024 19:02:00 UTC - Search in distribution

HTML::Index::Store - subclass'able module for storing inverted index files for the HTML::Index modules. River stage zero No dependents

The HTML::Index::Store module is generic interface to provide storage for the inverted indexes used by the HTML::Index modules. The reference implementation uses in memory storage, so is not suitable for persistent applications (where the search / in...

AWRIGLEY/HTML-Index-0.19 - 10 Apr 2023 17:02:20 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
42 results (0.049 seconds)