This tool is designed to populate a Neo4j database with information from Manpages. The current version of the tool relies on a conventional organization of Manpages. However, the same convention allows for construction of datasets for Machine Learning approaches to the problem.
- Install Neo4j Bolt and bs4 in your Python 3 Environment.
- Run
python graph.py <command/function>
. (Example:python graph.py firefox
) - Behold a beautiful knowledge graph.