Spaces:
Sleeping
Sleeping
File size: 406 Bytes
d916065 |
1 2 3 4 5 6 7 8 9 10 11 12 |
# Natural Language Toolkit: Miscellaneous modules
#
# Copyright (C) 2001-2023 NLTK Project
# Author: Steven Bird <[email protected]>
# 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
|