The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Text::IdMor - Identify words by its morphology

SYNOPSIS

  use Text::IdMor;
  blah blah blah

DESCRIPTION

use Text::IdMor :all;

my $acronym = "A.C.R.O."; isAcronym($acronym);

my $romanNumber = "LXI"; isRomanNumber($romanNumber);

my $number = "234.45"; isNumber($number);

EXPORT

None by default.

SEE ALSO

AUTHOR

Alberto Montero, <alberto@>

COPYRIGHT AND LICENSE

Copyright (C) 2007 by Alberto Montero

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.

isAcronym

Return true if the specified word is an acronym.

isRomanNumber

Return true if the specified word is a roman number.

isNumber

Return true if the specified word is a number.

isInteger

Return true if the specified word is an integer.

isOrdinalNumber

Return true if the specified word is an ordinal number, identified as an integer followed by 'º' or 'ª'

isWord

Return true if the specified word is a word, i.e. only letters

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 93:

'=item' outside of any '=over'

=over without closing =back

Around line 150:

Non-ASCII character seen before =encoding in ''º''. Assuming UTF-8