No description
.gitignore | ||
erreur_1.png | ||
erreur_2.png | ||
Makefile | ||
negation_conversion.py | ||
output_negative.txt | ||
rapport.md | ||
README | ||
sentiment_analysis.py | ||
sentiment_analysis_functions.py |
Installation des fichiers supplémentaires pour NLTK depuis python import nltk nltk.download('punkt') nltk.download('wordnet') nltk.download('stopwords') nltk.download('averaged_perceptron_tagger') nltk.download('universal_tagset') nltk.download('sentiwordnet') Installation de Stanford CoreNLP Télécharger et décompresser https://nlp.stanford.edu/software/stanford-parser-full-2018-10-17.zip dans le dossier de travail