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....
Asked
Active
Viewed 4,441 times
3 Answers
2
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.

Adam Hopkinson
- 28,281
- 7
- 65
- 99
0
This page links to this PHP API for WordNet.

ChristopheD
- 112,638
- 29
- 165
- 179
-
In what way? It may come without documentation but the source is up at http://www.foxsurfer.com/wordnet/wordnet.php.tgz (it's a tarball) – ChristopheD May 21 '10 at 13:14
-
wget http://www.foxsurfer.com/wordnet/wordnet.php.tgz --2010-05-21 18:45:11-- http://www.foxsurfer.com/wordnet/wordnet.php.tgz Resolving www.foxsurfer.com... failed: Name or service not known. wget: unable to resolve host address `www.foxsurfer.com' – Ramesh May 21 '10 at 13:16
-
Problem @ your end I suspect: http://downforeveryoneorjustme.com/www.foxsurfer.com/wordnet/ – ChristopheD May 21 '10 at 13:17
-
ya the problem is in my side but i dont know y is it happening like this do u know any other mirror or can u upload for me please.??? – Ramesh May 21 '10 at 13:21
0
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.

Graham
- 81
- 2
- 8