Initial commit
This commit is contained in:
11
venv/lib/python3.7/site-packages/nltk/misc/__init__.py
Normal file
11
venv/lib/python3.7/site-packages/nltk/misc/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
# Natural Language Toolkit: Miscellaneous modules
|
||||
#
|
||||
# Copyright (C) 2001-2019 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
|
||||
Reference in New Issue
Block a user