NAME

Lingua::CES::Num2Word - Number to word conversion in Czech

VERSION

version 0.2603300

Lingua::CES::Num2Word is module for conversion numbers into their representation in Czech. It converts whole numbers from 0 up to 999 999 999.

SYNOPSIS

use Lingua::CES::Num2Word;

my $text = Lingua::CES::Num2Word::num2ces_cardinal( 123 );

print $text || "sorry, can't convert this number into czech language.";

Functions Reference

num2ces_cardinal (positional)
1   num    number to convert
=>  str    lexical representation of the input
    undef  if input number is not known

Convert number to text representation. Only numbers from interval [0, 999_999_999] will be converted.

capabilities (void)
=>  href   hashref indicating supported conversion types

Returns a hashref of capabilities for this language module.

EXPORT_OK

num2ces_cardinal
num2ces_ordinal

AUTHORS

specification, maintenance:
  Richard C. Jelinek E<lt>rj@petamem.comE<gt>
coding (until 2005):
  Roman Vasicek E<lt>info@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.