dkpro / dkpro-wsd

DKPro WSD: A Java framework for word sense disambiguation
https://dkpro.github.io/dkpro-wsd
20 stars 10 forks source link

Sense inventory caches should use Guava's caching API #54

Open logological opened 9 years ago

logological commented 9 years ago

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 tristan.miller@nothingisreal.com on 2013-12-04 12:58:38