Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 579 Bytes

File metadata and controls

10 lines (8 loc) · 579 Bytes

graph-export

A python class to export a graph file using a textual description in a specific way

This class includes helper functions to

  1. read a string from a text file,
  2. retrieve terms within the text via a lookup process using the selected knowledge base,
  3. retrieve semantic similarities between retrieved terms using the selected knowledge base,
  4. create a network and filter it to achieve a visualizable representation of the text.

The jupyter notebook examplifies the usage of the class and includes the necessary guidelines to download ConceptNet and TechNet.