Source code for nltk.test.wordnet_fixt

# -*- coding: utf-8 -*-


[docs]def teardown_module(module=None): from nltk.corpus import wordnet wordnet._unload()