|
Connection to WordNet with JWNL
Hi friends,
I did a java program which creates some thread. Into the run() of the thread, the program make a connection to WordNet through JWNL. My problem is that the threads collide when there are more than one call to JWNL and WordNet at the same time.
There's anyone who can help me??....thanks to all.
Ps. I don't understand how JWNL represent the connection to WordNet.
I do this method:
JWNL.initialize(FileInputStream("path/file_properties.xml"));
but it's a void type return method.....so how can I manage N distinct connection to WordNet??...
|