diff --git a/README.md b/README.md index 7202b7e843bb94bffd6e1824c319f3e65c94295c..ad27c5f1f888d2a2e0e0b5993feebabf88bbe2a4 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_.