From: Antoine Pitrou on
On Tue, 06 Jul 2010 11:54:46 -0400
python(a)bdurham.com wrote:
> Antoine,
>
> > If you want to do this seriously, I suggest you instead take a look at third-party libraries such as Babel: http://babel.edgewall.org/
>
> Not the OP, but has Babel implemented parsing support? Last time I
> looked, Babel did a great job with locale specific formatting, but
> locale specific formatting was still incomplete.

No idea, but if you just want to recognize month names, you can produce
all the month names in the desired natural language and then recognize
them yourself (using e.g. a regexp). Probably imperfect, but probably
sufficient in many cases too.

First  |  Prev  | 
Pages: 1 2
Prev: markmin 0.1
Next: Python GUI for C program [was: ]