Traitement Automatique du Langage TAL Apprendre avec des fables
TAL Traitement Automatique du Langage avec des Fables de La Fontaine
sudo pip3 install nltk
python3
import nltk
nltk.download('punkt')
nltk.download('averaged_perceptron_tagger')
nltk.download('stopwords')
nltk.download('treebank')
nltk.download('maxent_ne_chunker')
nltk.download('words')
Merdi à http://www.mesfables.com/
https://lists.puredata.info/pipermail/pd-list/
All file are under License GPL V3