Question
What does -m, -c, python, nltk.downloader stand for in the below mentioned script?
SCRIPT SAMPLE:
1.$ python -m nltk.downloader twittersamples
2.$ python -c “import nltk; print(nltk.version_)”
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×