You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
390 B
Python
12 lines
390 B
Python
# Natural Language Toolkit: Miscellaneous modules
|
|
#
|
|
# Copyright (C) 2001-2020 NLTK Project
|
|
# Author: Steven Bird <stevenbird1@gmail.com>
|
|
# URL: <http://nltk.org/>
|
|
# For license information, see LICENSE.TXT
|
|
|
|
from nltk.misc.chomsky import generate_chomsky
|
|
from nltk.misc.wordfinder import word_finder
|
|
from nltk.misc.minimalset import MinimalSet
|
|
from nltk.misc.babelfish import babelize_shell
|