java - Improving context-based search -
i looking @ possibility of implementing context-based search single word using wordnet. idea this:
the user searches virus, should return contexts / applications of searched word, in our case health , computing. user selects context, retrieves meaning based on context selected. have been checking @ possibility of using wordnet seems wordnet not have capability. looked @ word sense disambiguation sentence not word. how achieve this? there dictionary capable of achieving this? idea on other work around ?
disambiguation big computational problem. if you're willing relatively simple point babelnet , babelfy.
the first 1 huge encyclopedic dictionary, second disambiguation system developed babelnet team.
with babelnet have several metadata word categories , have java api. maybe can work out of it.
also, recommend try several text analytics software meaningcloud
Comments
Post a Comment