Re: constructing and using large lexicon in a program

2010-08-03 Thread Peter Otten
Majdi Sawalha wrote: > 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. t

Re: constructing and using large lexicon in a program

2010-08-02 Thread Dan Stromberg
On Mon, Aug 2, 2010 at 10:46 AM, Majdi Sawalha wrote: > 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

Re: constructing and using large lexicon in a program

2010-08-02 Thread Michael Torrie
On 08/02/2010 11:46 AM, Majdi Sawalha wrote: > 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

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