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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 208 - 237 of 309   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
213
Hello Friends, I am N.Ramesh, a student of NIT Calicut. I have worked on wordnet and my final year project was involved in making user interfaces for it. I ...
ramesh
rameshkamail
Offline Send Email
Apr 27, 2004
1:53 pm
214
Hi all, I am unable to morphology of a word using perl wordnet api. This feature is available in api for c language. What I want is the output "run" if I give...
nitin_agrawal81
Online Now Send Email
May 4, 2004
1:13 pm
215
Hi Arulmozi, Sorry for the previous hasty post, which is wrong. The following should work correctly. use WordNet::QueryData; print "Loading Wordnet...."; ...
R.Sathish Kumar
r_sathish_k
Offline Send Email
Jul 4, 2004
7:21 am
216
Nicola -- Sorry for the slow response. I'm CC:ing this to wn-perl, as it's a WordNet::QueryData problem, not WordNet::Similarity-specific. The invalid paths...
Ben
dilbert256
Offline Send Email
Jul 13, 2004
10:14 pm
217
... The last version that had that bug was 1.25. Version 1.26 was released almost two years ago (8/6/02). Jason...
Jason Rennie
jasonrennie
Offline Send Email
Jul 14, 2004
11:37 am
218
Hi, How would I access the lexnames (i.e. <noun.animal>) from QueryData? I am using the 1.31 release. I assumed this would be similar to the "offset" function...
iveychiu
Offline Send Email
Aug 23, 2004
12:36 pm
219
... As far as I know, QueryData doesn't (currently) provide an interface for this information. Is every sense associated with one of the 45 lexnames? Tell me...
Jason Rennie
jasonrennie
Offline Send Email
Aug 24, 2004
1:15 pm
220
Every synset is associated with the lexicographer filename from whence it came. This is encoded as the first two-digit number on a data file line. This number...
Ben
dilbert256
Offline Send Email
Aug 24, 2004
1:53 pm
221
... I just released QueryData v1.34 with a "lexname" function that should do what you want. Check it out: http://people.csail.mit.edu/~jrennie/WordNet/ Let us...
Jason Rennie
jasonrennie
Offline Send Email
Aug 24, 2004
3:17 pm
222
Dear I think You can not access this facility in WordNet::QueryData -1.3.1. You can run in command line like that wn flower -a -over Hla Hla ... Hi, How would...
Hla Hla Htay
hlahlahtay@...
Send Email
Aug 24, 2004
4:52 pm
223
Anyone know why/how "wn armsful -over" yields ... Overview of noun armful The noun armful has 1 sense (first 1 from tagged texts) 1. (1) armful -- (the...
Jason Rennie
jasonrennie
Offline Send Email
Aug 24, 2004
6:41 pm
224
In morph.c, in the source for the C library: char *morphword(char *word, int pos) { ... if (pos == NOUN) { if (strend(word, "ful")) { cnt = strrchr(word, 'f')...
Ben
dilbert256
Offline Send Email
Aug 24, 2004
7:16 pm
225
Hi Ben, Thanks for the reply. Your response definitely cleared things up for me. ... Would you mind letting me know when the documentation is updated? At ...
Jason Rennie
jasonrennie
Offline Send Email
Aug 25, 2004
4:42 pm
226
FYI, Jerry Hedden found a bug in QueryData's processing of teh WordNet exclusion information. Just released 1.35 contains a fix. Jason...
Jason Rennie
jasonrennie
Offline Send Email
Aug 25, 2004
9:45 pm
227
Hello, This is for the ones who start to learn WordNet::QueryData. You can extend all the other relations (hypernym, hyponym etc.) This is showing all the...
Hla Hla Htay
hlahlahtay@...
Send Email
Sep 3, 2004
9:20 am
228
Hi, there, I am new with Perl, and I have a question about the installation. In fact, my WNHOME is set to C:\Program Files\WordNet\2.0, which is my wordnet is...
stevenlee21
Offline Send Email
Sep 3, 2004
2:03 pm
229
Try this (taken from the 'README' file): WINDOWS ... 0) Make sure that you have installed WordNet to C:\Program Files\WordNet\2.0 1) Unpack the WordNet...
jasonrennie
Offline Send Email
Sep 3, 2004
2:53 pm
230
Jason's solution will likely work for you. But, if you want to install other Perl modules under Windows, here's what's going wrong: Most unix-like operating...
Ben
dilbert256
Offline Send Email
Sep 3, 2004
3:25 pm
231
For what its worth: I work on Windows all the time, and I keep having to go through the make -> make install process for various perl libraries (like Jason's...
Satanjeev Banerjee
satanjeev
Offline Send Email
Sep 3, 2004
3:35 pm
232
Whoops, I should learn to read through the whole thread before posting a reply. Sorry, ignore my previous mail. -Bano Ben <ben@...> wrote: ...
Satanjeev Banerjee
satanjeev
Offline Send Email
Sep 3, 2004
3:36 pm
233
Jason, Thanks. I tried your advice. It prints "OK 1 .......OK50". However, what do I need to do to finalize the installation. The installation doesn't seem...
stevenlee21
Offline Send Email
Sep 3, 2004
3:44 pm
234
... I'll add this to the README file. Here's what the updated section now looks like: WINDOWS INSTALL ... 0) Make sure that you have installed WordNet to...
Jason Rennie
jasonrennie
Offline Send Email
Sep 3, 2004
3:47 pm
235
Jason, Thanks a lot for your prompt response. Same thanks goes to Ben and Banerjee. "nmake" fixed all the problem. It would help other people a lot if you add...
stevenlee21
Offline Send Email
Sep 3, 2004
4:04 pm
236
Hello, I want to tell you how I install WordNet::QueryData in Window XP. I just unpack WordNet-QueryData zip file. I create a folder name WordNet in...
Hla Hla Htay
hlahlahtay@...
Send Email
Sep 4, 2004
4:50 am
237
... Is c:\perl\lib the standard place for perl modules on Windows? Is that the default location if you install perl? Jason...
Jason Rennie
jasonrennie
Offline Send Email
Sep 6, 2004
9:11 pm
Messages 208 - 237 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