|
|
@@ -1,7 +1,17 @@
|
|
|
spacy
|
|
|
|
|
|
-#A installer manuellement:
|
|
|
-# python -m spacy download en
|
|
|
-# python -m spacy download fr
|
|
|
+## A installer manuellement:
|
|
|
+
|
|
|
+## Package moyen (env 130mo)
|
|
|
+# python -m spacy download fr_core_news_md
|
|
|
+
|
|
|
+## OU
|
|
|
+
|
|
|
+## Big package (env. 1.3go, pas testé avec spacy 2.0)
|
|
|
+# python -m spacy download fr_depvec_web_lg
|
|
|
+
|
|
|
+## Named entities
|
|
|
+# python -m spacy download xx_ent_wiki_sm
|
|
|
+
|
|
|
# Microsoft Visual C++ 14.0
|
|
|
|