.. _apps_word_sense: Themes ****** .. include:: word_sense_id.inc .. include:: word_sense_aliases.inc Description =========== The Word Sense application is used to disambiguate things depending of the themes or the content os the document. Currently it requires the themes application to have run. It will relies on the document has been annotated with the `WordSense` annotation. So you can add you own word sense disambiguation rules. The uri `WordSense` will need to have 2 attributes: * *concept* : The expected URI, like `Company` * *on_theme* : The terms that if you have seen them in the themes information then you do not want to see. format is "COMMA_SEPARATED_TERMS:URI" Ex : WordSense@(concept="Company",on_theme="sports,food:FootballClub") if you just want to remove it. Ex : WordSense@(concept="Company",on_theme="sports") Example ======= .. include:: word_sense_example.inc which yields: .. include:: word_sense_results.inc