Triple Suggestion System - a National Institute of Informatics project..
- KnowGL.py:
(deprecated) Defines TripleLog class; Defines KnowGL class for triple extraction - web_app.py: Script to launch web app in localhost. OUTPUTS logfile - pickle file with object of type TripleLog: log.triple (head_label, prop_label, tail_label), log.counter (how many times that triple was selected), log.answer (if triple was rejected)
- csv_builder.py: converts logfiles into csv type node and edge files to be read by "gephi" software.