CogComp / lbjava

Learning Based Java (LBJava)
http://cogcomp.cs.illinois.edu/page/software_view/LBJava
Other
13 stars 17 forks source link

Lexicon not thread-safe #14

Open cowchipkid opened 8 years ago

cowchipkid commented 8 years ago

The lexicon class is not thread safe, the lexicon hashmap therein can in some circumstances, change and evolve, but there is no attempt to synchronized it's access.