DatabaseGroup / apted

APTED algorithm for the Tree Edit Distance
http://tree-edit-distance.dbresearch.uni-salzburg.at/
MIT License
117 stars 33 forks source link

Python port #3

Closed JoaoFelipe closed 5 years ago

JoaoFelipe commented 7 years ago

Maybe an issue is not the best place for it, but I've ported APTED to Python and I thought it would be nice to let you know: https://github.com/JoaoFelipe/apted

mateuszpawlik commented 5 years ago

That was a year ago but I decided to reply :-)

Thanks for your effort. We're in a process of discontinuing this repository. If you're still interested, have a look at our new C++ Tree Similarity Library.

I'm interested how does your Python implementation perform compared to Java. Have you run any performance tests?

In a future I'd like to try SWIG to bring our library to other languages. I've already had a C# request. Let me know if you'd be interested too.