Search the web
Sign In
New User? Sign Up
wn-perl · Perl WordNet Module
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 183 - 212 of 309   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
183
Greetings all, Does anyone know if QueryData does (or possibly could) work with EuroWordNet? http://www.illc.uva.nl/EuroWordNet/ This would require that...
tpederse@...
ted_pedersen
Offline Send Email
Nov 7, 2003
4:14 pm
184
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:...
Mustapha Baziz
musbaziz
Offline Send Email
Nov 12, 2003
12:55 pm
185
hi, I have seen the cpan site: http://search.cpan.org/src/JRENNIE/WordNet-QueryData-1.31/, and the problem is resolved ! Mustapha....
Mustapha Baziz
musbaziz
Offline Send Email
Nov 12, 2003
12:55 pm
186
Hello group members, I have just downloaded the perl interface to the WN and I am able to install it . My question is that when I do ...
Maheedhar Kolla
maheedhar_k
Offline Send Email
Nov 22, 2003
9:01 pm
187
... That's exactly what it's supposed to do. You'll need to write code to get the higher-level hypernyms if you want them. Jason...
Jason Rennie
jasonrennie
Offline Send Email
Nov 22, 2003
9:17 pm
188
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...
Maheedhar Kolla
maheedhar_k
Offline Send Email
Nov 22, 2003
10:21 pm
189
$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...
Siddharth Patwardhan
sidz1979
Offline Send Email
Nov 22, 2003
10:36 pm
190
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 Kolla
maheedhar_k
Offline Send Email
Nov 24, 2003
5:17 pm
191
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...
Ben
dilbert256
Offline Send Email
Nov 24, 2003
7:49 pm
192
Thanks a lot. You have even cleared my next doubt that i was about to post .:) Its been of great help. Maheedhar....
Maheedhar Kolla
maheedhar_k
Offline Send Email
Nov 24, 2003
8:12 pm
193
... 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...
tpederse@...
ted_pedersen
Offline Send Email
Dec 2, 2003
10:58 pm
194
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@...
Send Email
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...
tpederse@...
ted_pedersen
Offline Send Email
Dec 11, 2003
7:35 pm
196
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...
Maheedhar Kolla
maheedhar_k
Offline Send Email
Dec 11, 2003
10:19 pm
197
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@...
Send Email
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...
Mustapha Baziz
musbaziz
Offline Send Email
Dec 15, 2003
3:08 pm
199
... 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...
tpederse@...
ted_pedersen
Offline Send Email
Dec 15, 2003
5:28 pm
200
Appologies for my error in last message posting. Thank you ted for your answer. ... From: tpederse@... To: wn-perl@yahoogroups.com Sent: Monday, December...
Mustapha Baziz
musbaziz
Offline Send Email
Dec 16, 2003
8:21 am
201
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...
rameshkamail@...
rameshkamail
Offline Send Email
Dec 16, 2003
6:31 pm
202
Sounds like you need mod_perl: http://perl.apache.org/ Jason...
Jason Rennie
jasonrennie
Offline Send Email
Dec 16, 2003
6:34 pm
203
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...
Ben
dilbert256
Offline Send Email
Dec 16, 2003
10:22 pm
204
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...
ramesh
rameshkamail
Offline Send Email
Dec 18, 2003
5:53 am
205
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
rameshkamail
Offline Send Email
Dec 18, 2003
11:02 am
206
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...
Ben
dilbert256
Offline Send Email
Dec 18, 2003
5:52 pm
207
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...
Mario
mario_jsz
Offline Send Email
Jan 8, 2004
2:11 am
208
HI, I'm interested in getting the sentence frames for a particular sense of a verb. Could somebody tell how can I do that. Thanks a lot daniel...
dagachet
Offline Send Email
Feb 27, 2004
1:59 am
209
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?...
mef6
Offline Send Email
Mar 25, 2004
12:20 pm
210
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'....
Arulmozi Selvaraj
arulmozi
Offline Send Email
Mar 30, 2004
12:34 pm
211
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...
Maheedhar Kolla
maheedhar_k
Offline Send Email
Mar 30, 2004
4:41 pm
212
Hi Arulmozi, I think that something along the following lines should do the job. my $word="angiogram#n#1"; for(level=0;$word;level++){ ...
r_sathish_k
Offline Send Email
Mar 31, 2004
6:01 pm
Messages 183 - 212 of 309   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help