-
I am making changes to GumTree Algorithm for my research. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @ty-bnn ! The Simple algorithm is the default one starting from GumTree 4. You can take a look at the implementation of most GumTree's matchers starting in this class : https://github.com/GumTreeDiff/gumtree/blob/main/core/src/main/java/com/github/gumtreediff/matchers/CompositeMatchers.java. Also, don't hesitate to take a look into our auto matchers that are based upon the work we did on hyper parameter optimization here : https://github.com/GumTreeDiff/gumtree/blob/main/core/src/main/java/com/github/gumtreediff/matchers/AutoMatchers.java. Cheers! |
Beta Was this translation helpful? Give feedback.
-
Hi @jrfaller |
Beta Was this translation helpful? Give feedback.
Hi @ty-bnn !
The Simple algorithm is the default one starting from GumTree 4. You can take a look at the implementation of most GumTree's matchers starting in this class : https://github.com/GumTreeDiff/gumtree/blob/main/core/src/main/java/com/github/gumtreediff/matchers/CompositeMatchers.java.
Also, don't hesitate to take a look into our auto matchers that are based upon the work we did on hyper parameter optimization here : https://github.com/GumTreeDiff/gumtree/blob/main/core/src/main/java/com/github/gumtreediff/matchers/AutoMatchers.java.
Cheers!