Good day, stackoverflow,
I need to suggest to user different contexts for a word, so that he could have a possibility to disambuguate it.
For example: a word "less" can be Unix program, css framework or some other things. A word "apple" can be a fruit, a corporation, a river, a state in the US (big apple) or a bunch of other things.
I hope you got the idea.
I looked over the internet and so far I could come up only with this query.
But it's still far from being perfect. It often gives too much or too few words and sometimes nothing (for "jquery").
http://www.visualdataweb.org/relfinder/relfinder.php seems to use dbpedia as well, but its results are far better than mine.
How should I change my query to get more relevant results?