http://qs321.pair.com?node_id=506067


in reply to Re: Converting words to numbers with HOP::Parser
in thread Converting words to numbers with HOP::Parser

I've been thinking about this and wondering about the grammar. It should be easy to extend, but is "one hundred and ten dozen" allowable? If so, it should equal "one hundren and six score", but both seem a bit odd.

If you want a real challenge, try to add fractions. Should "three and nine-halves" be allowed? What about "one half million and thirteen hundred"? Mixing real numbers should probably be allowed, though. Allowing "3.5 million" seems sensible.

Cheers,
Ovid

New address of my CGI Course.

  • Comment on Re^2: Converting words to numbers with HOP::Parser

Replies are listed 'Best First'.
Re^3: Converting words to numbers with HOP::Parser
by sauoq (Abbot) on Nov 06, 2005 at 02:57 UTC
    If so, it should equal "one hundren and six score", but both seem a bit odd.

    Or just "eleven score."

    I would think that, if dozen was used, it would be the highest denomination (and similarly for score.) So "one hundred and ten dozen" should probably be "eighteen dozen and four."

    Update: Then again, in deciding on what to accept as input, you should probably be liberal as possible and accept even bizarre things like "one thousand one hundred twenty score eight dozen and four" for 1500.

    -sauoq
    "My two cents aren't worth a dime.";