Hi I would like to contribute and maintain the WordNet package:
* http://www.cogsci.princeton.edu/~wn/ (Homepage) * ftp://ftp.cogsci.princeton.edu/pub/wordnet/2.0/ (Download location) Ciao Volker Here is the setup.hint file: sdesc: "An online lexical reference system" ldesc: "WordNet is an online lexical reference system. Word forms in WordNet are represented in their familiar orthography; word meanings are represented by synonym sets (synsets) - lists of synonymous word forms that are interchangeable in some context. Two kinds of relations are recognized: lexical and semantic. Lexical relations hold between word forms; semantic relations hold between word meanings." category: Text Utils requires: cygwin tcltk -------------------------------- cut here ------------------------------------ #!/bin/bash mkdir WordNet cd WordNet wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/WordNet/setup.hint wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/WordNet/WordNet-2.0-1-src.tar.bz2 wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/WordNet/WordNet-2.0-1.tar.bz2 -------------------------------- cut here ------------------------------------
