renepickhardt / generalized-language-modeling-toolkit

Generalized Language Modeling toolkit
http://glm.rene-pickhardt.de
52 stars 17 forks source link

Make CountCache persistent. #68

Closed lschmelzeisen closed 9 years ago

lschmelzeisen commented 9 years ago

The CountCache needs to be made persitent for each test set that occurs. So that reinvoking testing phase does not need to create a new cache.

This can only be implemented once #67 is done.

Ideas how to make them persitent:

lschmelzeisen commented 9 years ago

Implemented with class QueryCacheCreator.