ayman-mezghani / Wikipedia-Graph-Processor

bachelor's semester project
0 stars 0 forks source link

Wikipedia Graph Processor

Wikipedia Graph Processor is a tool written in Python 3.6 aiming to process wikipedia graphs and extract communities and give a description of their topic.

Usage

Pre-requisites

You need:

Execution

The tool can be run using this command

./WikipediaGraphProcessor.py --arguments

or

python3 WikipediaGraphProcessor.py --arguments

Arguments

Results

This tool outputs as many folders as graphs. Each folder contains a .csv file with the clusters and their respective description and a .gexf file where each node is assigned a class (cluster) and the class' description.