java - How to find words sysnonyms using GATE ANNIE? -
i have been working on information extraction , able run standaloneannie.java http://gate.ac.uk/wiki/code-repository/src/sheffield/examples/standaloneannie.java
my question is, how can use gate annie similar words if input (dine) result (food, eat, dinner, restaurant) ?
more information:
doing project assigned develop simple webpage take user input , pass gate components tokenize query , return semantic grouping each phrase in order make recommendation.
for example user enter "i want have dinner in kuala lumpur" , system break down (search :dinner - required: restaurant, dinner, eat, food - location: kuala lumpur.
annie default has 15 annotations, see demo http://services.gate.ac.uk/annie/ implemented demo question is. can using gate annie, mean possible find words synonyms or group words based on type (noun, verbs)?
plain vanilla annie doesn't support kind of thing there third party plugins such phil gooch's wordnet suggester might help. or if domain restricted might better results less effort creating own gazetteer lists of related terms , few simple jape rules. may find training materials available on gate wiki useful if haven't done of before.
Comments
Post a Comment