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

Search results for "Lingua::Features"

Lingua::Align::Features - Feature extraction for tree alignment River stage zero No dependents

Extract features from a pair of nodes from two given syntactic trees (source and target language). The trees should be complex hash structures as produced by Lingua::Align::Corpus::Treebank::TigerXML. The returned features are given as simple key-val...

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

Lingua::Phonology::Features - a module to handle a set of hierarchical features. River stage zero No dependents

Lingua::Phonology::Features allows you to create a hierarchy of features of various types, and includes methods for adding and deleting features and changing the relationships between them. By "heirarchical features" we mean that some features domina...

JASPAX/Lingua-Phonology-0.3503 - 28 Feb 2012 02:38:14 UTC - Search in distribution

Lingua::Ogmios::Annotations::SemanticFeatures - Perl extension for the annotations of the semantic features River stage zero No dependents

THHAMON/Lingua-Ogmios-0.011 - 13 Sep 2015 16:40:28 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

Object::InsideOut - Comprehensive inside-out object support module River stage two • 23 direct dependents • 38 total dependents

This module provides comprehensive support for implementing classes using the inside-out object model. Object::InsideOut implements inside-out objects as anonymous scalar references that are blessed into a class with the scalar containing the ID for ...

JDHEDDEN/Object-InsideOut-4.05 - 27 Nov 2018 03:43:51 UTC - Search in distribution

Acme::EyeDrops - Visual Programming in Perl River stage one • 1 direct dependent • 1 total dependent

"Acme::EyeDrops" converts a Perl program into an equivalent one, but without all those unsightly letters and numbers. In a Visual Programming breakthrough, EyeDrops allows you to pour the generated program into various shapes, such as UML diagrams, e...

ASAVIGE/Acme-EyeDrops-1.62 - 12 Apr 2015 06:43:50 UTC - Search in distribution

umls-similarity.pl - This program returns a semantic similarity score between two concepts. River stage one • 1 direct dependent • 1 total dependent

BTMCINNES/UMLS-Similarity-1.47 - 14 Sep 2016 20:12:40 UTC - Search in distribution

Tree::Authz - inheritance-based authorization scheme River stage zero No dependents

Class for inheritable, role-based permissions system (Role Based Access Control - RBAC). Custom methods can be placed on role objects. Authorization can be performed either by checking whether the role name matches the required name, or by testing (v...

DAVEBAIRD/Tree-Authz-0.03 - 21 Aug 2005 00:48:02 UTC - Search in distribution

Regexp::Common - Provide commonly requested regular expressions River stage three • 195 direct dependents • 487 total dependents

By default, this module exports a single hash (%RE) that stores or generates commonly needed regular expressions (see "List of available patterns"). There is an alternative, subroutine-based syntax described in "Subroutine-based interface". General s...

ABIGAIL/Regexp-Common-2017060201 - 02 Jun 2017 22:07:57 UTC - Search in distribution

Locale::Maketext::TPJ13 - article about software localization River stage three • 28 direct dependents • 118 total dependents

The following article by Sean M. Burke and Jordan Lachler first appeared in *The Perl Journal* #13 and is copyright 1999 The Perl Journal. It appears courtesy of Jon Orwant and The Perl Journal. This document may be distributed under the same terms a...

TODDR/Locale-Maketext-1.33 - 30 Dec 2023 21:23:51 UTC - Search in distribution

DBIx::FullTextSearch - Indexing documents with MySQL as storage River stage one • 1 direct dependent • 1 total dependent

DBIx::FullTextSearch is a flexible solution for indexing contents of documents. It uses the MySQL database to store the information about words and documents and provides Perl interface for indexing new documents, making changes and searching for mat...

TJMATHER/DBIx-FullTextSearch-0.73 - 02 Mar 2003 22:46:49 UTC - Search in distribution

Text::Info - Retrieve information about, and do analysis on, text. River stage zero No dependents

Text::Info is an extensible and easy to use solution for retrieving useful information about texts based on the Germanic languages <https://en.wikipedia.org/wiki/Germanic_languages>. For the time being it has a limited feature set, but the plan is to...

TOREAU/Text-Info-0.01 - 31 Aug 2015 06:00:33 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

Number::Fraction - Perl extension to model fractions River stage one • 4 direct dependents • 6 total dependents

Number::Fraction allows you to work with fractions (i.e. rational numbers) in your Perl programs in a very natural way. It was originally written as a demonstration of the techniques of overloading. If you use the module in your program in the usual ...

DAVECROSS/Number-Fraction-v3.1.0 - 25 Feb 2024 16:54:18 UTC - Search in distribution

detect-text-language - Detect language of text using one of several available backends River stage one • 1 direct dependent • 1 total dependent

Backends will be tried in order. When a backend is not available, or when it fails to detect the language, the next backend will be tried. Currently supported backends: * Lingua::Identify::CLD * Lingua::Identify * WebService::DetectLanguage (only whe...

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

DTA::CAB::index - automatically generated index of DTA::CAB sub-modules River stage zero No dependents

MOOCOW/DTA-CAB-1.115 - 04 Mar 2021 13:08:08 UTC - Search in distribution

Acme::OneHundredNotOut - A raise of the bat, a tip of the hat River stage zero No dependents

SIMON/Acme-OneHundredNotOut-100 - 24 Jun 2004 14:21:59 UTC - Search in distribution

Text::Capitalize - capitalize strings ("to WORK AS titles" becomes "To Work as Titles") River stage one • 2 direct dependents • 3 total dependents

Text::Capitalize provides some routines for title-like formatting of strings. The simple capitalize function just makes the inital character of each word uppercase, and forces the rest to lowercase. The capitalize_title function applies English title...

DOOM/Text-Capitalize-1.5 - 27 Sep 2019 02:25:45 UTC - Search in distribution

tmx-tokenize - Tokenizes translation units on a tmx file. River stage one • 3 direct dependents • 5 total dependents

Although this script is bundled in "XML::TMX", it has a soft dependency on "Lingua::FreeLing3". Soft means that the dependency is not ensured at install time, and other features of the module can still be used without "Lingua::FreeLing3". Nevertheles...

AMBS/XML-TMX-0.39 - 10 Jul 2022 18:36:22 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
53 results (0.07 seconds)