334 B
334 B
nlp_a2019_tp3
Installation des dépendances du projet
Installer Anaconda3
pip install newspaper3k pip install emoji pip install git+https://github.com/ClaudeCoulombe/FrenchLefffLemmatizer.git
Installations des dépendances de nltk
import nltk nltk.download('wordnet') nltk.download('omw')
Compilation du rapport
make