saad120 / dkpro-wsd

Automatically exported from code.google.com/p/dkpro-wsd
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by tristan.miller@nothingisreal.com on 4 Dec 2013 at 12:58