__init__.py 464 B

123456789101112131415161718
  1. # Natural Language Toolkit: Unit Tests
  2. #
  3. # Copyright (C) 2001-2020 NLTK Project
  4. # Author: Edward Loper <edloper@gmail.com>
  5. # URL: <http://nltk.org/>
  6. # For license information, see LICENSE.TXT
  7. """
  8. Unit tests for the NLTK modules. These tests are intended to ensure
  9. that source code changes don't accidentally introduce bugs.
  10. For instructions, please see:
  11. ../../web/dev/local_testing.rst
  12. https://github.com/nltk/nltk/blob/develop/web/dev/local_testing.rst
  13. """