s-nlp / kbqa

0 stars 0 forks source link

added similarity cache & example how to use it #120

Closed highly0 closed 1 year ago

highly0 commented 1 year ago

I added a class to compare any two lists of entities and caching. There is also an example on how to use this class. This class is used to 2 hops candidates generation (which I will push once I polish and finalize the algorithm).