Reputation: 51
how to use word Net with php is there is any interface or any class for it..... i need to use wordnet for my dictionary purpose....
Upvotes: 5
Views: 4465
Reputation: 81
yea I can't get it work - I have Windows though, looks to be UNIX favored - you also must download the old version of Wordnet. Might be easier to just use WordNet's command line.
Upvotes: 0
Reputation: 28793
On the download page there's a download available with a command line tool. You could use this from php if you have exec enabled.
http://wordnet.princeton.edu/wordnet/download/
Upvotes: 2