NodeBox

Create visual output with Python programming code
Home Download Reference Tutorial Library Gallery About

pywordnet path

Syntax

pywordnet_path = path

Description

The first line of code in the wordnet.py module tells wordnet.py where to look for pywordnet, and the wordnet dictionary. Change this line only if the pywordnet folder is somewhere else than where it came with the download. It might be useful to set an absolute path here if you plan to import wordnet.py from another project.

Example

pywordnet_path = "users/ivar/desktop/pywordnet"