On Tue, 06 Jul 2010 11:54:46 -0400
pyt...@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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to