Source code for nltk.test.semantics_fixt

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

# reset the variables counter before running tests
[docs]def setup_module(module): from nltk.sem import logic logic._counter._value = 0