dkpro-wsd icon indicating copy to clipboard operation
dkpro-wsd copied to clipboard

Sense inventory caches should use Guava's caching API

Open logological opened this issue 10 years ago • 0 comments

Originally reported on Google Code with ID 55

Some of our sense inventories, such as wordnet, cache senses, since their descriptions
and other data can be expensive to compute.  The caches are manually coded rather naïvely.
 It would probably be better to use something like Guava's caching API, whose caches
can be memory-limited.

Reported by [email protected] on 2013-12-04 12:58:38

logological avatar Jun 24 '15 15:06 logological