Name : perl-Text-Pangram
| |
Version : 0.01
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp156.1.1
| Date : 2024-07-03 19:15:00
|
Group : Development/Libraries/Perl
| Source RPM : perl-Text-Pangram-0.01-lp156.1.1.src.rpm
|
Size : 0.01 MB
| |
Packager : https://www_suse_com/
| |
Summary : Utilities to Find English Pangrams
|
Description :
A pangram is a text that contains every letter of the alphabet. This module provides utilities for identifying pangrams.
* $pangram->new
Constructor. Receives the text that will be analyzed.
* $pangram->is_pangram
Returns true if the supplied text is a pangram.
* $pangram->find_pangram_window
Finds the shortest \"pangrammatic window\" in a text: the shortest span of text that contains a pangram. It is designed to be fast when scanning large texts.
The method will return false if the text does not contain a pangram at all. If the text is pangrammatic, \'$pangram\' will allow you to access three pieces of data:
* $pangram->window_length
The length of the shortest pangrammatic window.
* $pangram->window
The pangrammatic window from the original text.
* $pangram->stripped_window
The stripped text of the pangrammatic window. (That is, with all nonalphabetic characters stripped out.)
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/15.6/noarch |