-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minimal Ontology Example not working #46
Comments
It worked from my side, however, we have to make AGDISTIS handle more than node type in the KB. I have alleviated this problem by commenting the line 225 in CandidateUtil.java, but I'm absolutely sure that it will not work for complex graphs when performing HITS or PageRank. |
Unit test or it did not happen :) And commenting is not a good solution since there might be other cases where we need that line. So we should keep that issue open |
I think I have mixed two problems here. I'm gonna open another issue to handle more than one nodeType. However, I don't see it as a bug. |
Thanks for the link. Can we have a unit test loading this data, indexing it and then running the query? |
So I transformed it working TTL using http://ttl.summerofcode.be/:
Note: I added a label for Puerto Rico |
Given the knowledge base below:
AGDISTIS should be to disambiguate the following sentence 'Evertec is a company in Puerto Rico.'
Currently it returns the "don't know" links for both entities.
Please write a unit test for it.
The text was updated successfully, but these errors were encountered: