WordNet
Description
WordNet is a dictionary of nouns, verbs, adverbs, adjectives, and their lexical relations: definition, different interpretations, category, and examples. Wordnet knows that black is the opposite of white, that birds are animals. The wordnet.py library is a comprehensible wrapper for PyWordNet, offering simple state commands to people that are used to NodeBox code and have little programming experience. The library is bundled with the PyWordNet code files and the WordNet dictionary.
Download
![]() | wordnet.zip (9.3MB) Last updated for NodeBox 1.0rc4. |
![]() | wordnet2.zip (11.2MB) Incorporates Wordnet 2.1 instead of Wordnet 1.7.1 Last updated for NodeBox 1.0rc7. |
Commands in the Wordnet library
- pywordnet_path
- grammar()
- sense()
- senses()
- gloss()
- lexname()
- hyponym()
- hyponyms()
- hypernym()
- hypernyms()
- antonym()
- holonym()
- meronym()
- meet()
- wit()
- flatten()
Additional Commands in the Wordnet2 library
Example
A wordnet query for the word container drawn out by the Explode script.

