semanticize / semanticizer

Entity Linking for the masses
http://semanticize.uva.nl/
GNU General Public License v3.0
56 stars 15 forks source link

Simplify caching of large dicts, such as ngram_in_title #5

Open dodijk opened 11 years ago

dodijk commented 11 years ago

For this I would like to use JobLib's memory cache, instead of the pickle functions we use now.

evertlammerts commented 11 years ago

Is this still necessary now that we support multiple backends? Development can always be done against a fast-loading backend (right now, redis) and in production we don't really need caching, I guess?