mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
85add070c2
Python Interface to WordNet PR: 36323 Submitted by: Hye-Shik Chang <perky@fallin.lv>
7 lines
287 B
Plaintext
7 lines
287 B
Plaintext
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/
|