singnet / opencog

A framework for integrated Artificial Intelligence & Artificial General Intelligence (AGI)
http://wiki.opencog.org/w/Development
Other
14 stars 3 forks source link

Fix tense-matching in SuReal #51

Closed leungmanhin closed 5 years ago

leungmanhin commented 5 years ago

One part of the code checks if a word with the corresponding tense exists by tracing LemmaLinks, and cache the result. But some words, e.g. "read", can be in present tense, past tense... etc, caching one result and skipping the rest could be problematic.