>> How about something along the lines of Lingua::EN::WordifyNumerics?
>
> Hmmm ... you think that's better than Daniel's suggestion of
> "Lingua::EN::Numbers::Combined"? Thats what I'm leaning towards ATM.
Considering just the name:
Lingua::EN::Numbers::Combined
I might think:
Lingua: so this is to do with processing natural language
EN: so we're talking about English
Numbers: so it's something to do with numbers in english
Combined: maybe adding numbers, combining numbers in some way, or ...
I don't think that "WordifyNumerics" is a very good name either, but it does
try to make clear what the module does.
Maybe Lingua::EN::Numbers::ReplaceNumerics?
This has given me an idea for another module, Lingua::EN::Numbers::WithUnits,
or a new function in Lingua::EN::Numbers :-)
5oz becomes "five ounces"
8kgs becomes "eight kilograms"
Neil