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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 215 - 244 of 309   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
238
Dear We can install perl in any derive. I think default location of perl modules may be two place. this perl\lib or perl\site\lib. How I become to know this is...
Hla Hla Htay
hlahlahtay@...
Send Email
Sep 8, 2004
6:17 am
239
Hi list, I 'm using wordnet lexical database for generating Hyponyms & Hypernyms. I also like to generate nearest matches of a given word. Pls tell me how i...
siyad_ahmed
Offline Send Email
Sep 8, 2004
11:54 am
240
... Very understandable. Thanks. I think perl\site\lib would be the appropriate location. ... WINDOWS INSTALLATION ... This assumes that perl was installed...
Jason Rennie
jasonrennie
Offline Send Email
Sep 8, 2004
12:03 pm
241
Hello Jason, I checked with both window and linux. When I use the listallwords function, I've got only 114648 words. I haven't check how many words are in...
Hla Hla Htay
hlahlahtay@...
Send Email
Sep 24, 2004
5:05 pm
242
Hello Jason, I am using the latest version of WordNet-QueryData-1.35. @Allwords=$wn->listAllWords(); When I use that function, these words (new, together ...),...
Hla Hla Htay
hlahlahtay@...
Send Email
Sep 25, 2004
5:57 am
243
... My guess is that you didn't supply the required part-of-speech argument. Try this: print join("\n", $wn->listAllWords("n")), "\n"; print join("\n",...
Jason Rennie
jasonrennie
Offline Send Email
Oct 5, 2004
6:03 pm
244
Hello Jason, Yes, I didn't use separate part of speech. I think that this can be use for all part of speech. Thank you. Your code works. Hla Hla Htay. ---...
Hla Hla Htay
hlahlahtay@...
Send Email
Oct 6, 2004
5:29 pm
Messages 215 - 244 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