Hi imdbpy dev reading this list.

I'm testing some things with imdbpy (and by the way : great work !),
and saw that in the last version compiled for windows didn't had the
French articles in the linguistic module.

So here they are :

    'French': ('le', "l’", 'la', 'les', 'un', 'une', 'des', 'au', 'du', 'à la',
               'de la', 'aux'),

("à" in 'à la' is unicode... but honestly, I struggle so much with
this damn unicode in python 2.x (I've learned Python with p3k, where
unicode is so easy that you never think about it), that I prefer let
you do the trick. And if you need the information on it unicode-wise,
it's this char :
http://www.fileformat.info/info/unicode/char/e0/index.htm )

And by the way, I think you have a mistake in the Spanish articles.
There is a 'les', but 'les' isn't an article in Spanish... but 'las'
is and it's absent from the list. Same for 'le' which isn't an article
but 'lo' is and it is absent. Also are absent 'al' and 'del'.

So it should be :

    'Spanish': ('la', 'lo', 'el', 'las', 'un', 'los', 'una', 'al', 'del',
                'unos', 'unas', 'uno'),

Thanks again!

kell.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Imdbpy-devel mailing list
Imdbpy-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-devel

Reply via email to