CofeehousePy/nlpfr/nltk/misc/babelfish.py

11 lines
351 B
Python
Raw Normal View History

2020-12-25 21:00:04 +01:00
"""
This module previously provided an interface to Babelfish online
translation service; this service is no longer available; this
module is kept in NLTK source code in order to provide better error
messages for people following the NLTK Book 2.0.
"""
def babelize_shell():
print("Babelfish online translation service is no longer available.")