NAME

Lingua::HRV::Word2Num - Word to number conversion in Croatian

VERSION

version 0.2603260

Lingua::HRV::Word2Num is module for converting Croatian numerals into numbers. Converts whole numbers from 0 up to 999 999 999. Input is expected to be in UTF-8.

SYNOPSIS

use Lingua::HRV::Word2Num;

my $num = Lingua::HRV::Word2Num::w2n( 'dvadeset' );

print defined($num) ? $num : "sorry, can't convert this text into number.";

Functions Reference

w2n (positional)
1   str    string to convert
=>  num    converted number
    undef  if input string is not known

Convert text representation to number.

hrv_numerals (void)
=>  obj  object of the parser

Internal parser.

EXPORT_OK

w2n

AUTHORS

specification, maintenance:
  Richard C. Jelinek E<lt>rj@petamem.comE<gt>
maintenance, coding (2025-present):
  PetaMem AI Coding Agents

COPYRIGHT

Copyright (c) PetaMem, s.r.o. 2004-present

LICENSE

This module is free software; you can redistribute it and/or modify it under the same terms as the Artistic License 2.0 or the BSD 2-Clause License. See the LICENSE file in the distribution for details.