NumericWordForms
Lingua::NumericWordForms
Lingua::NumericWordForms
provides functions for the
generation, parsing, and interpretation of numeric word forms in different languages.
Synopsis
use Lingua::NumericWordForms;
say from-numeric-word-form('one thousand two hundred and five');
say from-numeric-word-form('хиляда двеста и пет', 'Bulgarian');
say to-numeric-word-form(3394);
say translate-numeric-word-form('сто двадесет и три', 'Bulgarian' => 'English');