Re: Turning numbers into words

2014-07-10 Thread Buddy Burden
Neil, So, I know how to turn "36" into "thirty-six" (Lingua::EN::Numbers) and "22" into "twenty-second" (ditto), and "3/4" into "three quarters" (Lingua::EN::Fractions) and even "1994" into "nineteen ninety-four" (Lingua::EN::Numbers::Years). What I actually _want_, though, is to turn "In 199

Re: Turning numbers into words

2014-07-10 Thread Buddy Burden
Daniel, Plus I thought it would be useful to solicit opinions on naming. :-) My suggestions: Lingua::EN::Numbers::All Lingua::EN::Numbers::Combined I'd lean towards ::Combined and allowing the user to specify what sub-functions they want to be using. (Base numbers and fractions? Years and

Re: Turning numbers into words

2014-07-10 Thread Daniel Staal
--As of July 10, 2014 1:32:23 PM -0700, Buddy Burden is alleged to have said: ether, So, I know how to turn "36" into "thirty-six" (Lingua::EN::Numbers) and "22" into "twenty-second" (ditto), and "3/4" into "three quarters" (Lingua::EN::Fractions) and even "1994" into "nineteen ninety-four" (

Re: Turning numbers into words

2014-07-10 Thread Buddy Burden
ether, So, I know how to turn "36" into "thirty-six" (Lingua::EN::Numbers) and "22" into "twenty-second" (ditto), and "3/4" into "three quarters" (Lingua::EN::Fractions) and even "1994" into "nineteen ninety-four" (Lingua::EN::Numbers::Years). What I actually _want_, though, is to turn "In 1994

Re: Turning numbers into words

2014-07-10 Thread Karen Etheridge
On Wed, Jul 09, 2014 at 09:14:47PM -0700, Buddy Burden wrote: > So, I know how to turn "36" into "thirty-six" (Lingua::EN::Numbers) > and "22" into "twenty-second" (ditto), and "3/4" into "three > quarters" (Lingua::EN::Fractions) and even "1994" into "nineteen > ninety-four" (Lingua::EN::Numbers::