<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial, helvetica, sans-serif;font-size:14pt"><DIV></DIV>
<DIV>Dear List members,</DIV>
<DIV> </DIV>
<DIV>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. </DIV>
<DIV>the other class will use the lexicon class to chech if the word is found in the lexicon. the problem that this takes long time as each time an object of that class created, then it needs to call the lexicon many times. then when the lexicon is called it re-construct the lexicon again. is there any way to construct the lexicon one time during the execution of the program? and then the other modules will search the already constructed lexicon.</DIV>
<DIV> </DIV>
<DIV>best regards</DIV>
<DIV>Majdi<BR> </DIV><BR>Faculty of Engineering<BR>School of Computing<BR>University of Leeds<BR>Leeds, LS2 9JT<BR>UK<BR>http://www.comp.leeds.ac.uk/sawalha 
<DIV></DIV></div><br>







      </body></html>