Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 802 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 802 Bytes

Text Processing and Machine Learning

Traitement Automatique du Langage TAL Apprendre avec des fables

La documentation sur le wiki ressources.labomedia.org

TAL Traitement Automatique du Langage avec des Fables de La Fontaine

Installation

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')

Les fables

Merdi à http://www.mesfables.com/

Suite

https://lists.puredata.info/pipermail/pd-list/

License

All file are under License GPL V3

Merci à: