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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 146 - 175 of 309   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
146
... You spotted the problem. It's fixed now. http://www.ai.mit.edu/~jrennie/WordNet/WordNet-QueryData-1.28.tar.gz I also added a warning when queryWord is...
Jason Rennie
jasonrennie
Offline Send Email
Apr 3, 2003
8:06 am
147
Dear QueryData users, You might find the package below of some interest, as it uses QueryData! Enjoy! ...
ted pedersen
ted_pedersen
Offline Send Email
Apr 8, 2003
8:51 pm
148
... Sure. I've added the code to the repository so it will be in the next version of QueryData. For anyone interested, the patch is included below. Jason ... ...
Jason Rennie
jasonrennie
Offline Send Email
May 2, 2003
12:25 pm
149
Hi, I am new to Perl and have been trying to install QueryData for some time. Hope you can help me, any ideas are apreciated. I am using Windows 2000, Perl is...
slanchogled
Offline Send Email
May 26, 2003
6:35 pm
150
Hi I cannot install Query data in the root directory - can someone please explain how to install it in another directory - whats with the @INC variable etc ?...
ukla_arriveth
Offline Send Email
Jul 3, 2003
12:48 pm
151
It should be very easy to install almost anywhere by hand. Try this: mkdir /my/favorite/path/WordNet cp QueryData.pm /my/favorite/path/WordNet After doing...
Jason Rennie
jasonrennie
Offline Send Email
Jul 3, 2003
1:04 pm
152
I get a few errors when I do the make test and the readme only tells me to come here and post... Help? bash-2.05a$ make test PERL_DL_NONLAZY=1...
logicfactory
Offline Send Email
Jul 21, 2003
10:02 pm
153
You passed the tests fine. That warning is there just to make sure you don't expect the queryWord function to work as you might expect it to... ... Jason...
Jason Rennie
jasonrennie
Offline Send Email
Jul 21, 2003
10:41 pm
154
Hi all, I would like to ask two questions pertaining to the use of WordNet and QueryData. The Questions: 1. Does anyone know what causes WordNet (or QueryData...
salleh2
Offline Send Email
Jul 25, 2003
2:01 pm
155
... All the words you provide in the list below are known to WordNet, so I think it's very likely that 2) is your problem. ... No, it is not advisable. That's...
ted pedersen
ted_pedersen
Offline Send Email
Jul 25, 2003
2:11 pm
156
... As mentioned on the web page, it's better to use version 1.26 with WordNet 1.7. There was an incompatible change in the way words were resolved from 1.6/ ...
Jason Rennie
jasonrennie
Offline Send Email
Jul 25, 2003
3:45 pm
157
Hello again. I would like to thank Dr Pederson and Jason Rennie for their helpful comments. I have another question to ask, and I hope you don't mind ...
salleh2
Offline Send Email
Jul 28, 2003
3:20 pm
158
... I'd recommend that you try to get everything working with the latest versions, distance-0.11, WordNet 1.7.1 and QueryData 1.28. Please post to this...
Jason Rennie
jasonrennie
Offline Send Email
Jul 28, 2003
5:31 pm
159
... One question comes to mind, which could be the cause of the problem. Did you set up the WNHOME enviromnent variable to the path of WordNet 1.7.1? If not...
Siddharth A Patwardhan
sidz1979
Offline Send Email
Jul 28, 2003
6:41 pm
160
... I will go one step further and recommend that you stop using distance-0.11 and upgrade to WordNet::Similarity version 0.5. WordNet::Similarity is intended...
ted pedersen
ted_pedersen
Offline Send Email
Jul 28, 2003
8:49 pm
161
Greetings all, WordNet 2.0 is out as of today, and I ran the QueryData test.pl program on it and pretty much everything checked out ok. Test 8 failed, but...
ted pedersen
ted_pedersen
Offline Send Email
Aug 1, 2003
11:44 pm
162
I've noticed a glitch in WordNet::QueryData with WordNet 2.0. ... #!/usr/bin/perl -w use WordNet::QueryData; $wn = WordNet::QueryData -> new; ...
ted pedersen
ted_pedersen
Offline Send Email
Aug 2, 2003
10:24 pm
163
I should have remembered to use verbose output when I ran my little obloquy program. Here is the verbose output: Verbose = 1 Loading WordNet data... ...
ted pedersen
ted_pedersen
Offline Send Email
Aug 2, 2003
10:59 pm
164
I have noticed something I find strange about the noun "disparagement" while doing some preliminary testing with WordNet 2.0. It all started by looking at the...
ted pedersen
ted_pedersen
Offline Send Email
Aug 3, 2003
12:51 am
165
The problem I saw in obloquy seems to have something to do with WordNet, as my other note hopefully conveys. (The note is mainly to the WordNet folks, but I...
ted pedersen
ted_pedersen
Offline Send Email
Aug 3, 2003
1:02 am
166
One final note (for today at least :) on the obloquy problem... Everything I said about obloquy and disparagement are true in WordNet 1.7.1 as well. (So if...
ted pedersen
ted_pedersen
Offline Send Email
Aug 3, 2003
1:35 am
167
... Are you using 1.28? They work for me. ... Highly unlikely. Probably need new %relSymName entries, new code and possibly new functions. ... If the format...
Jason Rennie
jasonrennie
Offline Send Email
Aug 4, 2003
4:36 pm
168
Thanks for your various clarifications Jason. ... Ah, sure enough. I was using 1.26 on one system and that was the problem. I switched over to 1.28 and no...
ted pedersen
ted_pedersen
Offline Send Email
Aug 4, 2003
5:33 pm
169
There have been a few discussions in the past on this list about queryWord. I took a look at it to see what needed to be done to fix it, and I believe that...
Jason R Michelizzi
jmichelizzi
Offline Send Email
Sep 8, 2003
9:38 pm
170
... Changes made. A new version will be out shortly. Jason, let me know if you want to put anything more interesting in the ChangeLog (see below). Jason ...
Jason Rennie
jasonrennie
Offline Send Email
Sep 8, 2003
9:57 pm
171
There are three types of strings accepted by querySense and queryWord: 1. word 2. word#pos 3. word#pos#sense If a string of type 1 is given,...
Jason R Michelizzi
jmichelizzi
Offline Send Email
Sep 17, 2003
3:03 pm
172
... Changes made. ... I don't have time to deal with this ATM, but I'll apply any patches (within reason :) you send me. ... I added these tests to test.pl. ...
Jason Rennie
jasonrennie
Offline Send Email
Sep 17, 2003
3:12 pm
173
I am looking at adding support to QueryData for the new relations in WordNet 2.0. WordNet 2.0 includes links between nouns and verbs for derivational...
Jason R Michelizzi
jmichelizzi
Offline Send Email
Sep 23, 2003
6:30 pm
174
It's possible that the work needed to add the new relations could be quite small. It may just require adding entries to %relNameSym and %relSynName. Anyone...
Jason Rennie
jasonrennie
Offline Send Email
Sep 23, 2003
6:48 pm
175
... The new symbols for nouns are (see wninput(5)): + Derivationally related form ;c Domain of synset - CATEGORY -c Member of this domain - CATEGORY ;r...
Jason R Michelizzi
jmichelizzi
Offline Send Email
Sep 24, 2003
1:57 pm
Messages 146 - 175 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