-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Choosing an algorithm #74
Comments
@moh55m55 @rhdekker Not a silly question at all. The Java version of CollateX lets the user select different collation methods. The Python version supports a single method, so there is no need to specify. |
Thanks. What is the method the python version supports? |
@moh55m55 @rhdekker The default in the CollateX Python port is EditGraphAligner. You can use ExperimentalAstarAligner by specifying |
Thanks. Is the EditGraphAligner based on the Needleman algorithm? |
@moh55m55 @djbpitt Yes, but with enhancements to lower the cost of the token matching and to align more than two witnesses. |
Thanks, |
Hello,
this could be a silly question. According to the documentation, one can choose between three algorithms: Dekker, Needleman-Wunsch and MEDITE. I do not know how to specify that in the python collate function. Any idea?
The text was updated successfully, but these errors were encountered: