Skip to content
aris alexis edited this page Feb 8, 2016 · 1 revision

POS Tagging is done with stanford nlp and synonym and related words with wordnet (library extjwnl).

The nlp system works with stanford nlp. Whenever an activity is archived for each term (noun or verb) in the title ,description and tags we expand it to include all its hypernyms.

The title and description are parsed with the stanford nlp to extract the POSs and then give them to wordnet for finding the hypernyms and synonyms.

In the future we could get also the hyponyms.

Clone this wiki locally