... 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",...
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@...
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@...
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@...
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...
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...
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...
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...
... 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...
... 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...
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...
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...
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...
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 ...
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...
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 ...
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: ...
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,...
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,...
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...
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...
... 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...
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...
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...
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...