babelfish.py 389 B

123456789101112
  1. """
  2. This module previously provided an interface to Babelfish online
  3. translation service; this service is no longer available; this
  4. module is kept in NLTK source code in order to provide better error
  5. messages for people following the NLTK Book 2.0.
  6. """
  7. from __future__ import print_function
  8. def babelize_shell():
  9. print("Babelfish online translation service is no longer available.")