Created
May 28, 2018 20:00
-
-
Save b0noI/9c6ff272c813dab5f4a4869597771007 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import nltk | |
dwlr = nltk.downloader.Downloader() | |
for pkg in dwlr.packages(): | |
if pkg.subdir== 'tokenizers': | |
dwlr.download(pkg.id) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment