Comment installer NLTK
conda install -c anaconda nltk
Xerothermic Xenomorph
conda install -c anaconda nltk
# on Window : press [window] + [R]
# in the search bar write cmd
pip install --user -U nltk
pip install nltk
import nltk
nltk.download()
import nltk
from nltk.stem.lancaster import LancasterStemmer
stemmer = LancasterStemmer()