I am enjoying learning from your article.
I ran into one small problem when executing build_knowledge_graph.py.
The directory ./text/ referred to in text_extractor.py was missing.
I proposed a solution in my forked repo of your repo: The directory ./text/, containing a hidden file .keep.
This way a fresh clone of your repo would execute without error.
I am enjoying learning from your article.
I ran into one small problem when executing build_knowledge_graph.py.
The directory
./text/referred to in text_extractor.py was missing.I proposed a solution in my forked repo of your repo: The directory
./text/, containing a hidden file.keep.This way a fresh clone of your repo would execute without error.