WordNet is a lexical database for the English language. It groups English words into sets of synonyms called synsets, provides short, general definitions, and records the various semantic relations between these synonym sets.
3
votes
1answer
334 views
Wordnet selectional restrictions in NLTK
Is there a way to capture WordNet selectional restrictions (such as +animate, +human, etc.) from synsets through NLTK?
Or is there any other way of providing semantic information about synset? The ...
2
votes
1answer
79 views
WORDNET: Mysql and subcategories
I have a list of words. I would like to automatically be able to retrieve the number of subcategories from wordnet for each of these words. How would you do this?
I am also looking for a mysql ...
7
votes
0answers
272 views
how to integrate “WordNet Domains” into WordNet?
I am using WordNet 2.1 tool and accessing it pro-grammatically via JAWS(Java API for WordNet Searching).
Today I came across this new thing called WordNet Domains which has assigned DOMAIN labels to ...
3
votes
0answers
282 views
How I can start building wordnet for Turkish language to use in sentiment analysis
Although I hold EE background, I didn't get chance to attend Natural Language processing classes.
I would like to build sentiment analysis tool for Turkish language. I think it is best to create a ...
3
votes
0answers
434 views
Help with WordNet data file-format
I have a question about the WordNet data file-format. The wndb(5) manual page says in part:
The source/target field distinguishes lexical and semantic pointers. It is a four byte field, ...
2
votes
0answers
40 views
Is it possible to speed up Wordnet Lemmatizer?
I'm using the Wordnet Lemmatizer via NLTK on the Brown Corpus (to determine if the nouns in it are used more in their singular form or their plural form).
i.e. from nltk.stem.wordnet import ...
2
votes
0answers
281 views
ExceptionInInitializerError when using WordNet
I recently decided to download JWNL for a Java interface to WordNet. Following various tutorials (like http://jwordnet.sourceforge.net/handbook.html), I downloaded WordNet (2.1), and then JWNL, ...
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 ...
1
vote
0answers
129 views
replace a pattern in file by another replacement string present in another file using PHP?
I've to find collocations of wordnet in my text file.Since collocations are more than one word or having special char like ' - . i've got the list of such strings/collocations stored .Now in my text ...
1
vote
0answers
58 views
ADJECTIVE_SATELLITE in JWI
Sorry not technical but related to java AI from wordnet.
I am looking at the wordnet,
In that we have ADJECTIVE_SATELLITE ?
what is ADJECTIVE_SATELLITE? how is it different from ADJECTIVE.-Adjective ...
1
vote
0answers
76 views
How much infromation from ontology we need to export to our home made ontology?
I'm creating an ontology that is based on wordnet. I want to know what level of information I should add to my own ontology? Like, for example, if the lexica has a "instance of" and "hypernym" ...
0
votes
0answers
20 views
Antonyms within a sentence Wordnet
I have a corpus and am looking to find whether there is an antonymy relationship within each sentence, using Wordnet.
Does anyone have a clue whether looking for antonyms in Wordnet is at all ...
0
votes
0answers
12 views
How can I obtain Wikipedia Category for a query using YAGO?
I need this solution in JAVA. The tool provided by YAGO team is called Javatools.
If I query "Iphone" in YAGO's online SVG Browser, I get the rdf:type "wordnet_personal_digital_assistant_103918737" ...
0
votes
0answers
26 views
Using wordnet in java
I am new to wordnet API and I am struggling how I can get to th following issue;
I would like that if I give for example "George Bush" I will arrive to the term person. The following diagram ...
0
votes
0answers
30 views
Semantic distance between two words
I would like to get a value which identifies the symantec distance between the words.
I know that from wordnet I can get a set of words which are hyponyms, synonyms.... to a particular word.
BUT is ...
0
votes
0answers
23 views
How to compare and find relevance of data using python nltk ?
I want to find the relevance of tweets and rank them.
eg:
"iphone5 battery drains out fast!"
Now this tweet is relevant as battery -> drains.
One possible approach would be to use synset and use ...
0
votes
0answers
11 views
FrameNet WordNet mapping
I need to map framenet lexical units to their synsets. I was wondering if there is any new and state of the art tool for that. I found two mappings:
1) ...
0
votes
0answers
23 views
Wordnet how to know if string is valid query string
So I'm having trouble calling functions from Wordnet::SenseRelate because some of the "words" in the text are not valid queries. I've tried surrounding with try and catch so that the program doesn't ...
0
votes
0answers
31 views
How to compute word relations
Is there a library or package to get a measure of how related 2 words are? I know about wordnet word similarity but I don't think I can compare 2 words that are 1 noun and the other a verb such as ...
0
votes
0answers
79 views
JWNL (Java WordNet Library) tutorial
Can you introduce a JWNL (Java WordNet Library) tutorial tutorial for beginners to me? I want to write an application to find all synonyms of a word. Thanks you so much!
0
votes
0answers
10 views
Is there a way to access the specific word given its ID in WordNet using edu.mit.jwi?
I am using edu.mit.jwi class to access the WordNet database. I have an ID for example=001222N.
I want to fetch the corresponding word lemma and gloss. is this possible?
I tried this:-
IWord ...
0
votes
0answers
13 views
getting error while using JAW
hi I am a JAW beginner.
I followed the steps given by a site for using JAW. but getting following error. It would be a great help if some one tell me what will be the directory path for VM argument.. ...
0
votes
0answers
44 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
22 views
How to use WordNet::QueryData 's functions in Perl
Recently,I have come across a problem statement that requires me to process hundreds of words: finding their categories(eg, location, object, person, action/event etc.), finding their relationships ...
0
votes
0answers
39 views
Joblib parallel increases time by n jobs
While trying to get multiprocessing to work (and understand it) in python 3.3 I quickly reverted to joblib to make my life easier. But I experience something very strange (in my point of view). When ...
0
votes
0answers
145 views
wordnet extension with rapidMiner , input dictionary
I'm doing a project about sentiment analysis for arabic languge using rapidMiner 5, I want to incorporate the wordnet in the RM , so I download the appropriate extension, now I 'm using the operator ...
0
votes
0answers
21 views
Query expansion, which term to expand?
Suppose we have a query with the following term:
A and B and C and D
Now suppose the query is too restrictive, and we want to expand the query, but is there already a way to find which term to ...
0
votes
0answers
101 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
0answers
24 views
senseval 2 dataset format
I wish to use Senseval-2 Coarse Sense Dataset but there is description available for the same (about the format of the dataset).
It is supposed to have the decision data i.e. whether two senses ...
0
votes
0answers
91 views
How to do lemmatization in R using Wordnet?
I want to lemmatize the corpus using Wordnet's getLemma function in R. But I am not pretty sure how to use it.
Here is the documentation given for lemmatization using wordnet package in R.. ...
0
votes
0answers
56 views
How to get text word from WordNet and JWI?
I am using JWI and WordNet, and trying to figure out how to get the text of word via JWI.
I have the following code, but don't know how to get the text of IWord. - seems no API can get the text ...
0
votes
0answers
142 views
Computing similarity measure
I'm using JWNL and to compute similarity measure between Strings according to wordnet, I run this code:
import java.io.FileInputStream;
import java.util.HashMap;
import java.util.Map;
import ...
0
votes
0answers
74 views
Access WordNet dict files in Android app
I'm writing a word game in Android. It's my first app so my knowledge is almost non-existent.
What I would like to do is use JWI to access the WordNet dictionary. This requires specifying the WordNet ...
0
votes
0answers
72 views
Wordnet - making tree from relations
I have some keywords and I want to make relations between them so it can be use as a menu. For example I have keywords java and c and I want to make a tree with root Programming languages and then ...
0
votes
0answers
165 views
wordNet - word sense
How can I get word sense for a word from a sentence using JWI, JWNL or JAWA any one of them and check if the word is Adjective satellite(s), I am using Stanford parser for part of speech tagging and ...
0
votes
0answers
41 views
how to integrate imageNet with java
I need to use imageNet(http://image-net.org) with Java. Can anyone point me to some useful resources? Like how to integrate it with java and how to use the api.
0
votes
0answers
111 views
Using System.setProperty for files within project, no local file system (for android)
I am trying to integrate WordNet with my application in Android.
Before I can access the WordNet Database, I need to include a path to the original program.
I have it successfully working when it ...
0
votes
0answers
95 views
Find all the senses from wordnet(hypernym relation) using sparql query?
I have following sparql
SELECT "
+ "WHERE {"
+ " wn20instances:synset-tank-noun-1 ^wn20schema:hyponymOf ?hypo . "
+ " }";
By using ...
0
votes
0answers
55 views
JWI and Wordnet - how do I navigate through the nodes?
I am currently trying to use the MIT JWI Java API to access Wordnet for some fairly basic interrogations, however I can't find a way to navigate through the nodes.
After thoroughly searching the API ...
0
votes
0answers
211 views
Google App Engine Wordnet access with JAWS
I have a program that I have written in Java which accesses the Wordnet database (stored locally) using the JAWS library ( http://lyle.smu.edu/~tspell/jaws/index.html ). I am looking to migrate this ...
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
0answers
240 views
How can I get the WordNet POS tag from a Stanford Parser parse tree?
I'm developing a tool for Natural Language Processing. The specific problem is: I want to ask WordNet for the hypernym hierarchy of a word. In order to do this I need the specific POS tag WordNet ...
0
votes
0answers
186 views
Wordnet JWI checking part of speech?
Is there any way I can determine the part of speech of words in a string using WordNet and JWI 2.2.3?
I want to roughly compare the meaning of two texts (I only need something somewhat accurate) ...
0
votes
0answers
80 views
Querying wnsql (WordNet)
I installed wnsql on postgresql and mysql, but the query list listed on the site don't make much sense. Here is the link to the site
http://wnsqlbuilder.sourceforge.net/sql.html
I want to get ...
0
votes
0answers
168 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
0answers
24 views
Is there any tool to extract semantic relationa in Vietnamese (or other language) (not wordnet)
For example, I have 2 verbs: worker and engineer
I want to find a tool that will help us to find the semantic relation of words. In this example, the relation is:
engineer is a type of worker
I ...
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
0answers
409 views
Wordnet usage for synonyms and morphological changes
From 2 sentences,i need to compare all tokens and replace tokens with synonyms.For e.g:
Sentence 1:The empire won the opponent.
Sentence 2:The empire conquered the opponent.
here,the won and ...
0
votes
0answers
664 views
WordNet MySQL inherited verb hypernyms
I am trying to use the MySQL version of WordNet 3.0 to get a list of inherited hypernyms for verbs. The author gives a query for getting hypernyms here ...
0
votes
0answers
232 views
Ritawordnet - ignoring compound words
RiWordnet wordnet = new RiWordnet();
System.out.println(wordnet.isIgnoringCompoundWords());
gives me true as output, but i have to find the similarity between compound words too.. how ...