ajout du README
This commit is contained in:
parent
bf9cbae0ec
commit
d6fcac5136
4 changed files with 68 additions and 16 deletions
13
README
Normal file
13
README
Normal file
|
@ -0,0 +1,13 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue