Greetings all, Does anyone know if QueryData does (or possibly could) work with EuroWordNet? http://www.illc.uva.nl/EuroWordNet/ This would require that...
Hi, i have a problem in running test.pl (under windows nt4.0) with Wordnet2.0 : test.pl,v 1.30 QueryData.pm,v 1.31 this is what he print : v1.6: 1..36 v1.7:...
Thanks. Now I have one more question. ... I got the following output : ... but when i cross checked it by giving " wn cat -n1 -hypon " i got the following...
$wn->querySense("cat#n#1","hypo") doesn't actually return the entire synsets that are thew hyponyms of cat. It returns word-senses that each represent a...
hello group, First of all thanks for the replies. Now i have everything sorted out and i got my code working. When I tested it out on some words it worked as i...
Maheedhar -- The only hypernym for man#n#4 is group#n#1. group#n#1 has no hypernyms (It's a top-most set). So, your code sets $hyp2 to an undefined value, and...
... Very nice explanation Sid. I'd like to add one more issue that could cause some confusion, and that has to do with what happens when you are dealing with...
Dear First request, One thing is I haven't installed the BarkleyDb.When I run the WordNet::Similarity, the following errors occur. perl...
Hla Hla Htay
hlahlahtay@...
Dec 11, 2003 6:08 pm
195
Hi Hla Hla, Keep in mind that wn-perl is intended for mails about the WordNet::QueryData package. Your question is about the WordNet::Similarity package, which...
hello group members, ... Even i got the same warning message when i first ran the "samples/sample.pl" program " Unquoted string "stem" may clash with future...
Dear Sir, Thank you, sir. I'm very glad to receive your knowledge. I'm a foreigner student in India. So I have no friend here. Thank you for your reply. I...
Hla Hla Htay
hlahlahtay@...
Dec 12, 2003 6:49 am
198
hello, Could any one explain me what "frequency count" and "Information Content" mean? When can I use the Information content file "semcor-ic.dat" and when I...
... This note should have been sent to wn-similarity@yahoogroups.com. I have posted a reply there. Please folks, direct your WordNet::Similarity queries to the...
Appologies for my error in last message posting. Thank you ted for your answer. ... From: tpederse@... To: wn-perl@yahoogroups.com Sent: Monday, December...
Hi friends I am a new member, a student of NIT Calicut, in Kerala, India. I am doing a project by making a CGI web interface for Wordnet 2.0 using Perl and the...
Ramesh -- I wrote a CGI interface for a colleague who wanted to explore the various WordNet::Similarity modules. The initialization phase of the program took...
Hi Ben, Jason and others Thanks a lot for your reply. But my problem is that I am not using the Apache server. Infact, I am using the Sambar server. Can...
Hi Jason, Ben Thanks a lot for your reply. But my problem is that I am not using the Apache server. Infact, I am using the Sambar server. Can mod_perl be used...
Ramesh -- mod_perl can only be used with the Apache server. So, it seems mod_perl is not an option for you. But, the client/server approach I outlined in my...
Hello, I seem to have come upon a curious bug. I am using WordNet::QueryData 1.3.1 with WordNet 2.0. Looking up the string "EVENTS" using the validForms method...
Hello, Does any one know how to get the head synset from a satellite synset in the case of adjective using QuerData? or is it at all possible with QueryData?...
Is there any way to pull out all the hypernyms of a particular word from WordNet. For example, I am interested to know the hypernyms of the word `angiogram'....
Hello Selvaraj, One method that I used after consulting this group : 1) extract the hypernym which is "roentgenogram"; 2) extract the synset for the word...