Skip to content

A-Kastner/web-mining

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-mining

Mining programming languages and graphing them by their paradigms

Requirements

SPARQLWrapper

pip install SPARQLWrapper

Graphviz

pip install graphviz

Also make sure to install Graphviz standalone on your OS.
https://www.graphviz.org/

Usage

Run the miner.py File with Python3 to reproduce the graph :)

There will be 2 outputs:

  • miner.gv.png that contains the graph
  • data.csv that contains the data structured in a csv

It will output the total number of programming languages examined that contained a paradigm.
There will also be total number of programming languages. Unfortunately this number will be inaccurate due to the broken template "ProgrammingLanguage" provided by DBpedia that mismaps entries.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%