           SPELL=pywordnet
         VERSION=2.0.1
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
   SOURCE_URL[1]=http://unc.dl.sourceforge.net/sourceforge/$SPELL/$SOURCE
          MD5[0]='cf783526bf4bb51bd37528af4897504a'
        WEB_SITE=http://pywordnet.sourceforge.net
      LICENSE[0]=ART
         ENTERED=20040804
         UPDATED=20040804
            DOCS="LICENSE.txt $DOCS"
           SHORT="Python interface to the WordNet."
cat <<EOF
PyWordNet is a Python interface to the WordNet database of word meanings
and lexical relationships. It presents a concise interface to WordNet,
that allows the user to type expressions such as N['dog'],
hyponyms(N['dog'] [0]), and closure(ADJ['red'], SYNONYM) to query
the database.
EOF
