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

Search results for "word"

word - display words starting or matching a string or pattern River stage one • 5 direct dependents • 5 total dependents

Search a large list of words in one of two modes. In look mode, only words starting with the given string are displayed. This mode runs very quickly. Only purely alphabetic strings are allowed. The system look(1) program is co-opted into helping. In ...

BDFOY/Unicode-Tussle-1.115 - 11 Dec 2021 19:29:14 UTC - Search in distribution
  • tcgrep - search for regular expressions and print
  • uniprops - list unicode properties for one or more characters
  • uninames - show selected Unicode character descriptions

Word - Perl extension for creating word objects River stage zero No dependents

The purpose of the Word module is to create Word objects that can be queried for syntactic information about the word. Version 1.01, words can be queried for their dictionary form, part of speech, many attributes on the basis of the part of speech, f...

MEYERCJM/Harvey-1.02.1 - 07 Feb 2002 15:21:48 UTC - Search in distribution
  • Word - Perl extension for creating word objects
  • Verb - Harvey module for parsing verbs.
  • Verb - Harvey module for parsing verbs.

Games::Word - utility functions for writing word games River stage two • 3 direct dependents • 10 total dependents

Games::Word provides several utility functions for writing word games, such as manipulating permutations of strings, testing for similarity of strings, and finding strings from a given source of characters. random_permutation STRING Returns a string ...

DOY/Games-Word-0.06 - 05 Jul 2012 15:27:52 UTC - Search in distribution

Indent::Word - Class for word indenting. River stage two • 6 direct dependents • 25 total dependents

SKIM/Indent-0.09 - 08 Apr 2024 08:58:41 UTC - Search in distribution

Word::Rhymes - Takes a word and fetches rhyming matches from RhymeZone.com River stage zero No dependents

Provides the ability to fetch words that rhyme with a word, while allowing for context if desired (eg. find all words that rhyme with baseball that relate to breakfast). Ability to change sort order, minimum rhyme match score, maximum number of words...

STEVEB/Word-Rhymes-1.04 - 15 Jan 2021 21:43:55 UTC - Search in distribution
  • rhyme - Binary application for Word::Rhymes.

Word::Anagram - Perl extension for find anagrams of a word River stage zero No dependents

A class to search anagrams of a word in different contexts. E.g. find the anagrams of a word inside a list of words (dictionary). Or find if two words are anagrams. Or, to filter all anagrams inside a list of words that are anagrams of each other. Be...

MANFREDI/Word-Anagram - 22 Dec 2012 11:20:13 UTC - Search in distribution

icrosoft::Word - (sic) syntactic sugar for Acme::RunDoc. River stage zero No dependents

TOBYINK/Acme-RunDoc-0.002 - 11 Sep 2014 10:12:00 UTC - Search in distribution

Lingua::AR::Word - Perl extension to find the stem of a given Arabic word River stage zero No dependents

This module will take care of finding the stem of an Arabic word, through chopping the prefixes and suffixes of the word and by taking away unnecessary letters in the middle of the word....

BENAZZO/Lingua-AR-Word-1.5.7 - 15 Jul 2012 14:39:44 UTC - Search in distribution

PPI::Token::Word - The generic "word" Token River stage four • 195 direct dependents • 1581 total dependents

A "PPI::Token::Word" object is a PPI-specific representation of several different types of word-like things, and is one of the most common Token classes found in typical documents. Specifically, it includes not only barewords, but also any other vali...

OALDERS/PPI-1.278 - 11 Mar 2024 02:22:07 UTC - Search in distribution

Games::Word::Guess - Word guess game River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/Games-Word-Guess-0.091 - 14 Mar 2021 01:29:43 UTC - Search in distribution

Text::Extract::Word - Extract text from Word files River stage one • 4 direct dependents • 8 total dependents

This simple module allows the textual contents to be extracted from a Word file. The code was ported from Java code, originally part of the Apache POE project, but extensive code changes were made internally....

SNKWATT/Text-Extract-Word-0.04 - 08 Mar 2012 17:13:44 UTC - Search in distribution

Win32::Word::Writer - Create Microsoft Word documents River stage zero No dependents

Easily create MS Word documents, abstracting away the Word.Application DOM interface and all the required workarounds. The DOM interface is still exposed for doing more fancy stuff....

JOHANL/Win32-Word-Writer-0.03 - 27 Aug 2009 22:26:15 UTC - Search in distribution

Lingua::Word::Parser - Parse a word into scored known and unknown parts River stage zero No dependents

A "Lingua::Word::Parser" breaks a word into known affixes. A word-part lexicon file must have "regular-expression definition" lines of the form: a(?=\w) opposite ab(?=\w) away (?<=\w)o(?=\w) combining (?<=\w)tic possessing Please see the included eg/...

GENE/Lingua-Word-Parser-0.0807 - 22 Oct 2022 07:43:08 UTC - Search in distribution

Text::ParseAHD::Word - holds name of word and list of definitions River stage zero No dependents

CRABTREE/Text-ParseAHD-0.0.2 - 16 Feb 2010 21:49:14 UTC - Search in distribution

Game::WordBrain::Word - Representation of a Word for WordBrain River stage zero No dependents

A Game::WordBrain::Word is composed of an ArrayRef of Game::WordBrain::Letters that are used to construct it....

DRZIGMAN/Game-WordBrain-0.2.2 - 02 Jul 2016 02:35:47 UTC - Search in distribution

Games::Word::Phraselist - Manage a list of phrases River stage one • 5 direct dependents • 6 total dependents

PERLANCAR/Games-Word-Phraselist-0.05 - 05 Feb 2016 10:43:59 UTC - Search in distribution

Lingua::FreeLing3::Word - Interface to FreeLing3 Word object River stage one • 1 direct dependent • 1 total dependent

Interface to the FreeLing3 word object. "new" The "new" constructor returns a new "Lingua::FreeLing3::Word" object. If a parameter is passed, it is interpreted as the word form, and it is automatically set. Otherwise, an empty word object is returned...

AMBS/Lingua-FreeLing3-0.09 - 12 Jan 2014 16:21:27 UTC - Search in distribution

MsOffice::Word::Surgeon - tamper with the guts of Microsoft docx documents, with regexes River stage one • 1 direct dependent • 1 total dependent

Purpose This module supports a few operations for inspecting or modifying contents in Microsoft Word documents in '.docx' format -- therefore the name 'surgeon'. Since a surgeon does not give life, there is no support for creating fresh documents; if...

DAMI/MsOffice-Word-Surgeon-2.05 - 02 Mar 2024 22:18:41 UTC - Search in distribution

MsOffice::Word::Template - generate Microsoft Word documents from Word templates River stage zero No dependents

Purpose This module treats a Microsoft Word document as a template for generating other documents. The idea is similar to the "mail merge" functionality in Word, but with much richer possibilities, because the whole power of a Perl templating engine ...

DAMI/MsOffice-Word-Template-2.0 - 01 May 2022 20:54:29 UTC - Search in distribution

Text::TEI::Collate::Word - represent a collatable word in a manuscript text River stage zero No dependents

Text::TEI::Collate::Word is an object that describes a word in a collated text. This may be a useful way for editors of other things to plug in their own logic....

AURUM/Text-TEI-Collate-2.1 - 20 Oct 2011 00:42:43 UTC - Search in distribution
2,671 results (0.108 seconds)