diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-26 07:04:38 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-26 07:04:38 +0000 |
commit | 85add070c29266cc9d03899ca4ef3c7184c4c231 (patch) | |
tree | 9abc9464e90dc4151859e86e2011d04c62668543 /textproc/py-wordnet/pkg-descr | |
parent | a00c774372a4680c82535ac6b0e096bf26038482 (diff) | |
download | ports-85add070c29266cc9d03899ca4ef3c7184c4c231.tar.gz ports-85add070c29266cc9d03899ca4ef3c7184c4c231.zip |
add py-wordnet 1.4
Python Interface to WordNet
PR: 36323
Submitted by: Hye-Shik Chang <perky@fallin.lv>
Notes
Notes:
svn path=/head/; revision=56681
Diffstat (limited to 'textproc/py-wordnet/pkg-descr')
-rw-r--r-- | textproc/py-wordnet/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/py-wordnet/pkg-descr b/textproc/py-wordnet/pkg-descr new file mode 100644 index 000000000000..ebbbd3206b5e --- /dev/null +++ b/textproc/py-wordnet/pkg-descr @@ -0,0 +1,6 @@ +PyWordNet is a Python interface to the WordNet database of word meanings +and lexical relationships. (A lexical relationship is a relationship +between words, such as synonym, antonym, hypernym ("poodle" -> "dog"), +and hyponym ("poodle" -> "dog"). + +WWW: http://pywordnet.sourceforge.net/ |