Skip to content

User manual

Orieus edited this page Sep 2, 2020 · 1 revision

Running the software

The software includes two applications that can be used to generate and manipulate graphs through an interactive menu:

  • mainRDIgraphs.py: Provides accces to the sofware functionality through an interative menu. It reads the links to the source data from a configuration file (parameters.yaml). You would need to edit this file to use other data.
  • mainRDIlab.py: This is a specific application for the SEAD project. It uses the software functionality to carry out experiments for analysing RDI corpus collections.

These scripts have been created in order to construct and analyze a collection of graphs for the PTL project. Thus, they assume that some specific (but configurable) data sources are available, containing information about node attributes and and features.

Clone this wiki locally