You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wn-perl
Hello,
When trying to obtain all the nouns in WordNet with the help of the wn-
perl module, I got some words which do not exist in wordNet such as :
iproclozid
jacuzzi
kodagu
langlauffer
latisimus_dorsi
lechartelierite
legin
licencee
and many others too. Any idea why ?
koko_2
unread,
Jan 19, 2009, 5:56:49 PM1/19/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wn-perl
I used Ted's code by the way for obtaining the nouns.
use WordNet::QueryData;
my $wn = WordNet::QueryData->new;
@allnouns = $wn->listAllWords("n");
print "@allnouns";