A simple clause-based information extraction system.
Given article URLs in sources.txt, run python3 src/main.py ./sources.txt to extract information from the articles.
Extracted, human-readable sentences will be output in ./output.txt.
Other scripts exist for testing; read them to understand how to use them.