6 lines
292 B
Text
6 lines
292 B
Text
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://osteele.com/projects/pywordnet/
|