Situatie
NLTK is a Python library for processing natural languages enabling easy access to “text processing libraries for classification, tokenization, stemming, tagging, parsing, and semantic reasoning, wrappers for industrial-strength NLP libraries, and an active discussion forum.
Backup
- Open
File > Settings > Project
from the PyCharm menu. - Select your current project.
- Click the
Python Interpreter
tab within your project tab. - Click the small
+
symbol to add a new library to the project. - Now type in the library to be installed, in your example
"nltk"
without quotes, and clickInstall Package
. - Wait for the installation to terminate and close all popup windows.
Leave A Comment?