- Mastering Machine Learning for Penetration Testing
- Chiheb Chebbi
- 91字
- 2021-06-25 21:03:06
NLTK
Natural language processing is one of the most used applications in machine learning projects. NLTK is a Python package that helps developers and data scientists manage and manipulate large quantities of text. NLTK can be installed by using the following command:
pip install -U nltk
Now, import nltk:
>>> import nltk
Install nltk packages with:
> nltk.download()
You can install all of the packages:
If you are using a command-line environment, you just need to follow the steps:
If you hit all, you will download all of the packages: