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

Can we include node value in the input? #8

Open fenglilin0412 opened 5 years ago

fenglilin0412 commented 5 years ago

Hi,

I see that in the "Customizing" section of your documentation, you mention that we can """Compares attribute .value of trees""". Therefore, the question is how should we input the tree which contains value at each node?

Thanks for your attention in advance!

mateuszpawlik commented 5 years ago

in the "Customizing" section of your documentation, you mention that we can """Compares attribute .value of trees"""

Unfortunately I can't find this string in the documentation. Please write me where you found it.

Explain in more detail what would you like to achieve.

Note: If you're interested, I'm working on C++ implementation of tree edit distance algorithms. I will stop supporting the Java implementation soon.