Re: Translation API in Python

2013-05-21 Thread Hala Gamal
ok MR, I have searched before asking here,but i didn't find thing -- http://mail.python.org/mailman/listinfo/python-list

Translation API in Python

2013-05-15 Thread Hala Gamal
I want to use A translator from Arabic to English and reverse in my application which is written in pyhton, Is there any open source Translator that can be used with python, Or Any Suggestion? Please Help, Thanks In Advance :) -- http://mail.python.org/mailman/listinfo/python-list

Tutrtle File parsing in python2.7

2013-04-16 Thread Hala Gamal
I need a package for parsing a big .ttl file in pyhton2.7 in windows7 I have used rdflib but it returns out of memory Error. Any suggestion? -- http://mail.python.org/mailman/listinfo/python-list

Re: encoding error in python 27

2013-02-23 Thread Hala Gamal
decimal' codec can't encode characters in position 0-4: invalid decimal Unicode string" i don't know realy where is the problem? On Friday, February 22, 2013 4:55:22 PM UTC+2, Hala Gamal wrote: > my code works well with english file but when i use text file encodede"utf

encoding error in python 27

2013-02-22 Thread Hala Gamal
my code works well with english file but when i use text file encodede"utf-8" "my file contain some arabic letters" it doesn't work. my code: # encoding: utf-8 from whoosh import fields, index import os.path import re,string import codecs from whoosh.qparser import QueryParser # This list associa