ai-content-maker/.venv/Lib/site-packages/nltk/misc/__init__.py

12 lines
395 B
Python
Raw Normal View History

2024-05-03 04:18:51 +03:00
# Natural Language Toolkit: Miscellaneous modules
#
# Copyright (C) 2001-2023 NLTK Project
# Author: Steven Bird <stevenbird1@gmail.com>
# URL: <https://www.nltk.org/>
# For license information, see LICENSE.TXT
from nltk.misc.babelfish import babelize_shell
from nltk.misc.chomsky import generate_chomsky
from nltk.misc.minimalset import MinimalSet
from nltk.misc.wordfinder import word_finder