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 243 - 272 of 309   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
245
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:31 pm
246
Hello Jason, Yes, I didn't use separate part of speech. I think that this for all the part of speech. Your code works. Thank you very much. Hla Hla Htay ---...
Hla Hla Htay
hlahlahtay@...
Send Email
Oct 6, 2004
5:32 pm
247
Hi all I would appreciate if someone could give me some feedback about using WordNet QueryData for grepping the database for a particular word to find...
Ishwinder Kaur
isha_witch
Offline Send Email
Oct 13, 2004
1:49 am
248
I have found it much easier to use perl to process wordnet output rather then use Query Data...i dont know if anyone else shares that feeling.. Mandar ... Its...
Mandar Rahurkar
manrahu
Offline Send Email
Oct 22, 2004
5:05 pm
249
Anyone know what's going on here? I haven't had a chance to take a good look at the code. My first thought is that querySense should be returning the correct...
Jason Rennie
jasonrennie
Offline Send Email
Nov 2, 2004
4:30 pm
250
As far as I remember the separate queryWord and querySense functions came into being to distinguish between the lexical (word to word) and semantic (sense to...
Siddharth Patwardhan
sidz1979
Offline Send Email
Nov 2, 2004
7:58 pm
251
... Yes. That's an excellent way of stating the difference. Hope you don't mind if I liberally lift some of your comments into the man page :) ... Okay. I...
Jason Rennie
jasonrennie
Offline Send Email
Nov 2, 2004
8:52 pm
252
... I don't mind at all. :-) ... I can't remember the WordNet documentation that mentions the difference, but all the relations are categorized as either...
Siddharth Patwardhan
sidz1979
Offline Send Email
Nov 2, 2004
9:26 pm
253
The 'grind' software doesn't actually limit pointers to being either lexical or semantic. (Thanks to running this report, I found a verb troponym that was...
Ben Haskell
dilbert256
Offline Send Email
Nov 3, 2004
12:04 am
254
I've updated the documentation to clarify the querySense/queryWord divide a bit. I put out a new version. In the near future, CPAN will have the new man page...
Jason Rennie
jasonrennie
Offline Send Email
Nov 10, 2004
8:24 pm
255
WordNet::QueryData 1.37 is out. Main change is a new "frequency" function submitted by Jason Michelizzi. http://people.csail.mit.edu/~jrennie/WordNet/ Will...
Jason Rennie
jasonrennie
Offline Send Email
Dec 1, 2004
7:59 pm
256
Hi I am trying to install WordNet-QueryData module in my Linux environment (mandrake 10.1). I have already installed WordNet-2.0 ( the path is...
debanjanghosh
Offline Send Email
Apr 15, 2005
12:39 am
257
Try executing the following line in your shell (from the directory where you extracted the QueryData module): WNHOME="/home/xyz/WordNet-2.0" perl Makefile.PL ...
Jason Rennie
jasonrennie
Offline Send Email
Apr 15, 2005
12:57 am
258
Hi jason I tried the command exactly.It is giving a message :- WNHOME=/home/xyz/WordNet-2.0: Command not found Any clue ? Thanks, Debanjan...
debanjanghosh
Offline Send Email
Apr 15, 2005
8:41 pm
259
Please cut-and-paste the exact command you issued and the exact output it produced. Jason...
Jason Rennie
jasonrennie
Offline Send Email
Apr 15, 2005
8:50 pm
260
Instead of the command Jason offered, try the following two commands: setenv WNHOME /home/xyz/WordNet-2.0 perl Makefile.PL (You are likely using a shell that...
Ben Haskell
dilbert256
Offline Send Email
Apr 15, 2005
8:56 pm
261
hi Ben I am using bash shell. I used WNHOME=/home/xyz/WordNet-2.0 . now if I type "set" in the command prompt,it is showing (that is WNHOME). But the perl ...
Debanjan Ghosh
debanjanghosh
Offline Send Email
Apr 15, 2005
11:44 pm
262
Debanjan -- You might also have to export the variable: WNHOME=/home/xyz/WordNet-2.0 export WNHOME perl Makefile.PL (or maybe just: export...
Ben Haskell
dilbert256
Offline Send Email
Apr 16, 2005
12:43 am
263
Hi Debanjan, If you are using the bash shell open up the .bash_profile file in your home directory (/home/xys/.bash_profile) and then inlcude the following: ...
Maheedhar Kolla
maheedhar_k
Offline Send Email
Apr 16, 2005
10:54 am
264
Thanks guys for all the info..The module is running fine. Thanks once again. Debanjan ... From: Maheedhar Kolla To: wn-perl@yahoogroups.com Sent: Saturday,...
Debanjan
debanjanghosh
Offline Send Email
Apr 18, 2005
11:21 pm
265
Thanks guys for all the info..The module is running fine. Thanks once again. Debanjan ... From: Maheedhar Kolla To: wn-perl@yahoogroups.com Sent: Saturday,...
Debanjan
debanjanghosh
Offline Send Email
Apr 18, 2005
11:21 pm
266
Hi, I installed QueryData - thank you for sharing! I am checking WordNet coverage of free text - how much of the words are in WN. A problem I came across is...
beata_b_bk
Offline Send Email
May 19, 2005
3:29 pm
267
I just found out that there is no entry for "kart" in Wordnet, so splitting on hyphen won't help. This is indeed a strange case where a word is used in a...
beata_b_bk
Offline Send Email
May 19, 2005
3:29 pm
268
... Yup. You've certainly found a bug and from what I can tell, the fix you're suggesting is the correct one. Seems that we need to replace every instance of...
Jason Rennie
jasonrennie
Offline Send Email
May 19, 2005
4:11 pm
269
is out! http://people.csail.mit.edu/jrennie/WordNet/ It simply fixes the bug that Beata noticed. The change worked as expected and didn't break any tests, so...
Jason Rennie
jasonrennie
Offline Send Email
May 19, 2005
4:58 pm
270
... Thanks, Jason. go-karts are treated correctly now :-) Beata...
beata_b_bk
Offline Send Email
May 22, 2005
1:24 pm
271
Hi, I have downloaded the QueryData package and I think I have followed the installation steps appropriately. When I run test.pl I see it prints out: "Found...
graziarl
Offline Send Email
May 23, 2005
9:32 pm
272
Hi, could someone tell me why when I run perl test.pl I get: Use of uninitialized value in hex at mypath/WordNet/QueryData.pm line 547, <GEN9> line 2 Grazia...
graziarl
Offline Send Email
May 23, 2005
9:32 pm
Messages 243 - 272 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