Loading README.md +4 −1 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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_. Loading Loading
README.md +4 −1 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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_. Loading