0
votes
0answers
45 views

How to check if given word is a place or object etc using Perl?

Given a word, how can I check if this word is a place or animal or an object or an event/festival or sport in Perl. I thought WordNet could be used here but I couldn't find any good reference that ...
0
votes
0answers
37 views

wordnet with j2me

Is there a way of using wordnet with j2me for my mobile application ? I have used it with java using JAWS package but not sure if it works with the mobile edition. please help me out with this.
0
votes
1answer
670 views

Stemming with WordNet using JWNL - Unable to install dictionary

I am trying to stem a string using WordNet with the JWNL API. When I try to load the dictionary it gives me a FileNotFoundException. This is the code initializing the dictionary: public static void ...
0
votes
0answers
355 views

Full Dictionary Library for VB.NET 2010

I'm looking for a library that has English words which can be accessed either by searching directly (like dictionary look up) or by category (nouns, verb, adjective, etc.) but for category wise ...
0
votes
1answer
2k views

Import WordNet In NLTK

I want to import wordnet dictionary but when i import Dictionary form wordnet i see this error : for l in open(WNSEARCHDIR+'/lexnames').readlines(): IOError: [Errno 2] No such file or directory: ...
3
votes
2answers
997 views

find the root word of a word

I need to build a php dictionary, which will find the root word of a word. Ex. search "cars", it will tell "Cars is plural of car" Or "took", it's "the past tense of take" I am considering using ...
11
votes
3answers
7k views

English dictionary as txt or xml file with support of synonyms

Can someone point me to where I can download English dictionary as a txt or xml file. I am building a simple app for myself and looking for something what I could start using immediately without ...