Converting integers to english representation
brianc_at_temple.edu
Date: 08/31/04
- Next message: Peter Kleiweg: "Re: "Content-Length" header"
- Previous message: Jeremy Bowers: "Re: Beginners question."
- Next in thread: Peter Hansen: "Re: Converting integers to english representation"
- Reply: Peter Hansen: "Re: Converting integers to english representation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 31 Aug 2004 13:50:24 -0400 To: python-list@python.org
Hello All,
I'm developing a system to parse and enumerate addresses. The
current obstacle is numbered streets. Does anybody know of a
module already written to convert integers to their english
equivalents?
Example:
1ST -> FIRST
SECOND -> 2ND
or even something like this:
1 -> ONE
TWO -> 2
There's something similar in the dive into python book with
roman numerals. http://diveintopython.org/unit_testing/index.html
Anything towards that direction would greatly help and save me
a lot of time then from starting from scratch.
Thank you in advance.
-Brian
- Next message: Peter Kleiweg: "Re: "Content-Length" header"
- Previous message: Jeremy Bowers: "Re: Beginners question."
- Next in thread: Peter Hansen: "Re: Converting integers to english representation"
- Reply: Peter Hansen: "Re: Converting integers to english representation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|