From 1a5874b11b47ba9d7657de549bdc0ab90e5f388d Mon Sep 17 00:00:00 2001 From: born <born@cl.uni-heidelberg.de> Date: Tue, 23 Jul 2019 17:05:19 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7202b7e..ad27c5f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ Python >3.0 is recommended. This repo was tested on Ubuntu and macOS (10.14). Install with pip: - beautifulsoup4==4.7.1 -- en-core-web-sm==2.1.0 - lxml==4.3.4 - matplotlib==3.1.1 - networkx==2.3 @@ -33,6 +32,10 @@ Install with pip: **NOTE**: _spacy_ must not be version 2.1.5! +English language model for spacy: + + python -m spacy download en-core-web-sm + ## How to create knowledge graphs The file to interact with to generate knowledge graphs from the OBC is _main.py_. -- GitLab