Tagged Questions
0
votes
0answers
105 views
WordNet Java API
I'm having to use a Java API for WordNet, it will be for a big implementation. I'm searching but coming across many;
JWordNet(http://sourceforge.net/projects/jwordnet/)
MIT Java WordNet Interface ...
0
votes
1answer
69 views
I want to find some java APIs which can help me to generate words randomly
I'm doing some research in generating creative ideas and I need a java API that can randomly generate words. Do you have some recommendations? For example, I type color, the API will give me "red, ...
1
vote
0answers
51 views
How to add needed folders to the same directory as that of jar file in eclipse project?
I am trying to use Hindi wordnet java api in Eclipse IDE.
In Readme file of the api it is written that we must add two folders to the same directory where .jar file resides.
I have included .jar ...
0
votes
0answers
169 views
WordNet (JWNL) how to go about retrieving specific senses
I am trying to find the specific senses of words using JWNL. I found the senses that I am looking for, but how do I go about storing these senses for use later - I want to compare two texts for a ...
0
votes
1answer
669 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 ...