NAME
Lingua::IT::Ita2heb::Role::Constants - a role for the constants we are using.
DESCRIPTION
A role for the constants we are using.
VERSION
Version 0.01
SYNOPSIS
package MyClass;
use Moose;
with ('Lingua::IT::Ita2heb::Role::Constants');
no Moose;
package main;
my $obj = MyClass->new();
METHODS
all_latin_vowels
Returns a reference to an array with all the Latin/Italian vowels.
types_of_a
Returns an array ref of the letters considered to be "A".
types_of_e
Returns an array ref of the letters considered to be "E".
types_of_i
Returns an array ref of the letters considered to be "I".
types_of_o
returns an array ref of the letters considered to be "O".
types_of_u
Returns an array ref of the letters considered to be "U".
cg_modifier
An array ref of CG modifiers.
sheva_specs
Specs of when to add a sheva.
requires_bet_for_v
Array ref of letters that require bet for v.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Lingua::IT::Ita2heb::Role::Constants
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
LICENSE AND COPYRIGHT
Copyright 2011 Amir E. Aharoni.
This program is free software; you can redistribute it and modify it under the terms of either:
the GNU General Public License version 3 as published by the Free Software Foundation.
or the Artistic License version 2.0.
See http://dev.perl.org/licenses/ for more information.
AUTHOR
Amir E. Aharoni, <amir.aharoni at mail.huji.ac.il>
and Shlomi Fish ( http://www.shlomifish.org/ ).