Commit 1a5874b1 authored by born's avatar born
Browse files

Update README.md

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