Python, CGI and Sqlite3

2010-04-13 Thread Majdi Sawalha
module named sqlite3, i tried it on python shell and all statements are work well. i tried it also by prining the output to a text file instead using cgi web folder, and it worked. Looking forward to hearing from you. best regards, Majdi Sawalha Faculty of Engineering School of Computing

constructing and using large lexicon in a program

2010-08-02 Thread Majdi Sawalha
Dear List members, I am developing a morphological analyzer that depends on a large lexicon. i construct a Lexicon class that reades a text file and construct a dictionary of the lexicon entries.  the other class will use the lexicon class to chech if the word is found in the lexicon. the probl