I have to find the definitions of >200 words. I would like to use Wikipedia in order to search the article intitled with a given word from the list and then extract the raw text of its definition (the first sentence of the article). In fact, in my project, I have a Jlist which contains words(simlpe and composed). I would like to find for each word a definition using Wikipedia( I chose this encyclopedia because the words are extracted from a specialized corpus). My question is : how can I retrieve definitions from a Wikipedia dump? I found JWPL but I did not found an example which helps me to use it. Another question is: if I have Wikipedia offline(using WikiTaxi), how can I extract definitions from it using Java?
Thanks.