Hello, I want to integrate the related keyword search in contenthub. In particular something like wordnet.I am running an instance of Stanbol built from subversion at https://github.com/apache/stanbol/branches/release-0.12. Right now if I do a featured query for policeman I get among the results "relatedkeywords": [{"policeman": []}]. Now if I navigate to wordnet search directly http://wordnetweb.princeton.edu/perl/webwn and search for policeman I get S
: (n) policeman, police officer, officer (a member of a police force) "it was an accident, officer" So I would think the relatedkeywords should include police officer and officer. Any insight here would be appreciated. thanks, Jonathan