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

Search results for "Lingua::EN::Numbers"

Lingua::EN::Numbers - turn "407" into "four hundred and seven", etc. River stage two • 15 direct dependents • 18 total dependents

This module provides a function "num2en", which converts a number (such as 123) into English text ("one hundred and twenty-three"). It also provides a function "num2en_ordinal", which converts a number into the ordinal form in words, so 54 becomes "f...

NEILB/Lingua-EN-Numbers-2.03 - 07 Nov 2015 10:08:53 UTC - Search in distribution

Lingua::EN::Numbers::Easy - Hash access to Lingua::EN::Numbers objects. River stage zero No dependents

"Lingua::EN::Numbers" is a module that translates numbers to English words. Unfortunally, it has an object oriented interface, which makes it hard to interpolate them in strings. "Lingua::EN::Numbers::Easy" translates numbers to words using a tied ha...

ABIGAIL/Lingua-EN-Numbers-Easy-2014120401 - 04 Dec 2014 16:33:20 UTC - Search in distribution

Lingua::EN::Numbers::Years - turn "1984" into "nineteen eighty-four", etc River stage one • 2 direct dependents • 2 total dependents

Lingua::EN::Numbers::Years turns numbers that represent years, into English text. It exports one function, "year2en", which takes a scalar value and returns a scalar value. The return value is the English text expressing that year-number; or if what ...

NEILB/Lingua-EN-Numbers-Years-1.05 - 12 Nov 2015 18:11:11 UTC - Search in distribution

Lingua::EN::Numbers::Ordinate - go from cardinal number (3) to ordinal ("3rd") River stage three • 13 direct dependents • 619 total dependents

There are two kinds of numbers in English -- cardinals (1, 2, 3...), and ordinals (1st, 2nd, 3rd...). This library provides functions for giving the ordinal form of a number, given its cardinal value....

NEILB/Lingua-EN-Numbers-Ordinate-1.05 - 23 Mar 2021 11:57:02 UTC - Search in distribution

Template::Plugin::Lingua::EN::Numbers - TT2 interface to Lingua::EN::Numbers module River stage zero No dependents

The *Lingua::EN::Numbers* Template Toolkit plugin provides access to the Lingua::EN::Numbers, Lingua::EN::Numbers::Years and Lingua::EN::Numbers::Ordinate module functions, to translate number values to their names. When you invoke [% USE Lingua.EN.N...

BARBIE/Template-Plugin-Lingua-EN-Numbers-0.02 - 04 Jan 2015 02:06:44 UTC - Search in distribution

MixWithWords::EN - Alias for Lingua::EN::Number::Format::MixWithWords River stage one • 2 direct dependents • 2 total dependents

PERLANCAR/Lingua-EN-Number-Format-MixWithWords-0.08 - 14 Jun 2016 13:46:03 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

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

Unicode::Tussle - Tom's Unicode Scripts So Life is Easier River stage one • 5 direct dependents • 5 total dependents

These programs are installed wherever you told the build system to install programs. These are part of Tom's *Perl Unicode Essentials* talk from OSCON 2011. You might have to adjust your fonts to see some of the characters in these examples. George D...

BDFOY/Unicode-Tussle-1.115 - 11 Dec 2021 19:29:14 UTC - Search in distribution

MIDI::Ngram - Find the top repeated note phrases of MIDI files River stage zero No dependents

"MIDI::Ngram" parses a given list of MIDI files, finds the top repeated note phrases, builds the transition networks, and renders to a MIDI file if desired. Note: This module currently assumes that all given in_files have the same MIDI ppqn (given by...

GENE/MIDI-Ngram-0.1808 - 23 Oct 2022 16:12:04 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

Class::Tables - Auto-vivification of persistent classes, based on RDBMS schema River stage zero No dependents

ROSULEK/Class-Tables-0.28 - 16 Jul 2004 03:26:49 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

ArrayData - Specification for ArrayData::*, modules that contains array data River stage two • 3 direct dependents • 13 total dependents

NOTE: EARLY SPECIFICATION; THINGS WILL STILL CHANGE A LOT. "ArrayData::*" modules are modules that contain array data. The array can be stored in an actual Perl array in the source code, or as lines in the DATA section of the source code, or in other...

PERLANCAR/ArrayData-0.2.6 - 16 Jan 2024 10:42:01 UTC - Search in distribution

Pod::HTML2Pod - translate HTML into POD River stage zero No dependents

Larry Wall once said (1999-08-27, on the "pod-people" list, I do believe): "The whole point of pod is to get people to document stuff they wouldn't document in any other form." To that end, I wrote this module so that people who are unpracticed with ...

SBURKE/Pod-HTML2Pod-4.05 - 30 Dec 2004 07:49:03 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

treealigneval - a script for computing precision and recall scores for tree aligmnent River stage zero No dependents

Both gold-standard-file and tree-alignment-file should be in Stockholm Tree Aligner Format. Here is an example: <?xml version="1.0" ?> <treealign> <head> <alignment-metadata> <date>Tue May 4 16:23:04 2010</date> <author>Lingua-Align</author> </alignm...

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

Date::Baha::i - Convert to and from Baha'i dates River stage zero No dependents

This package renders the Baha'i date from two standard date formats - epoch time and a (year, month, day) triple. It also converts a Baha'i date to standard ymd format. CYCLES Each cycle of nineteen years is called a Vahid. Nineteen cycles constitute...

GENE/Date-Baha-i-0.2100 - 02 Oct 2018 22:17:50 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
84 results (0.057 seconds)