No description
.gitignore | ||
Analyse_Articles.ipynb | ||
commentaires.ipynb | ||
commentaires_reseaux_sociaux.mm | ||
Makefile | ||
NLP-TP3.bib | ||
parsing_functions.py | ||
pretraitement.py | ||
rapport.md | ||
README.md | ||
textes_articles.ipynb | ||
Traitement Articles.ipynb | ||
Traitement commentaires.ipynb | ||
transactions-on-speech-and-language-processing.csl | ||
wn_pos_from_ud_pos.py |
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