From c6f787f7e34d1489fcc360db6d3d86ed177d0e34 Mon Sep 17 00:00:00 2001
From: Ludovic Moncla <ludovic.moncla@insa-lyon.fr>
Date: Mon, 14 Jun 2021 07:16:29 +0200
Subject: [PATCH] update

---
 README.md        | 3 +++
 requirements.txt | 3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b518c4c..4151912 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,9 @@ This repository is proposed by **Khaled Chabane**, **Ludovic Moncla** and **Alic
 
     pip3 install -r requirements.txt
 
+    python -m spacy dowload fr_core_news_sm
+
+
 
 # Get Started
 
diff --git a/requirements.txt b/requirements.txt
index b083ca1..0161318 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14,4 +14,5 @@ torchvision==0.8.2
 tokenizers==0.10.1
 regex==2018.1.10
 tensorflow==2.2.0
-gensim==3.8.1
\ No newline at end of file
+gensim==3.8.1
+spacy
\ No newline at end of file
-- 
GitLab