Skip to content

jkahn/lingua-en-scansion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lingua-EN-Scansion

This module supports basic division of English text into syllables,
lines and rhyme schemes; this is the basic functionality required to
inquire about scansion: the matching (or not) of poetic pattern.

PREREQUISITES

  Lingua::EN::Phoneme
  Text::Hyphen

Older versions of Perl may require the installation of:

  List::Util

This module has only been tested on Perl 5.10.0 on Ubuntu Intrepid
Linux. It is intended to function on other Perl versions and
platforms; bug reports welcome for those distributions that do not
behave.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Lingua::EN::Scansion

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Lingua-EN-Scansion

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Lingua-EN-Scansion

    CPAN Ratings
        http://cpanratings.perl.org/d/Lingua-EN-Scansion

    Search CPAN
        http://search.cpan.org/dist/Lingua-EN-Scansion


COPYRIGHT AND LICENCE

Copyright (C) 2009 Jeremy G. KAHN

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

About

Perl library for poetic meter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published