Skip to content
Snippets Groups Projects
Commit 1a5874b1 authored by born's avatar born
Browse files

Update README.md

parent b9a4a961
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,6 @@ Python >3.0 is recommended. This repo was tested on Ubuntu and macOS (10.14). ...@@ -19,7 +19,6 @@ Python >3.0 is recommended. This repo was tested on Ubuntu and macOS (10.14).
Install with pip: Install with pip:
- beautifulsoup4==4.7.1 - beautifulsoup4==4.7.1
- en-core-web-sm==2.1.0
- lxml==4.3.4 - lxml==4.3.4
- matplotlib==3.1.1 - matplotlib==3.1.1
- networkx==2.3 - networkx==2.3
...@@ -33,6 +32,10 @@ Install with pip: ...@@ -33,6 +32,10 @@ Install with pip:
**NOTE**: _spacy_ must not be version 2.1.5! **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 ## How to create knowledge graphs
The file to interact with to generate knowledge graphs from the OBC is _main.py_. The file to interact with to generate knowledge graphs from the OBC is _main.py_.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment