haakondr / graph-edit-distance-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graph-edit-distance-python

Disclaimer: This project is a draft implementation graph edit distance calculation. The intent of the algorithm is to apply graph edit distance to the task of comparing sentences (nautral language processing).

The algorithm was written as part of my master's thesis, and takes dependency graphs created with MaltParser as input.

Roadmap:

  • generalizing the code making it applicable to all types of graphs
  • networkx support

About

License:MIT License


Languages

Language:Python 100.0%