Skip to content

Commit

Permalink
Add note about caching for Atomese.
Browse files Browse the repository at this point in the history
  • Loading branch information
linas committed May 11, 2024
1 parent ffb21ec commit 213e9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion link-grammar/dict-atomese/word-pairs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static bool need_pair_fetch(Local* local, const Handle& germ)
if (fpv) return false;

// Just tag it. We could tag it with a date. That way, we'd know
// how old it is, to re-fetch it !?
// how old it is, to re-fetch it !? Or we could use CachingProxy.
local->asp->set_value(germ, local->prk, createFloatValue(1.0));
return true;
}
Expand Down

0 comments on commit 213e9e7

Please sign in to comment.