Skip to content
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

Add weighting parameters to edit distances #3

Open
OlivierBinette opened this issue Mar 31, 2022 · 0 comments
Open

Add weighting parameters to edit distances #3

OlivierBinette opened this issue Mar 31, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@OlivierBinette
Copy link
Owner

Edit-based distances can have their different operations (transposition, substitution, deletion, or insertion) be weighted to allow more flexibility. It would be nice to provide this functionality to the package.

We need to keep in mind that users might want to be able to learn these weights from data. So tuning these parameters should bring as little computational overhead as possible.

It would be best to wait working on this issue until we have a working case study for which we want to implement string distance learning.

@OlivierBinette OlivierBinette added the enhancement New feature or request label Mar 31, 2022
@OlivierBinette OlivierBinette added this to the distance module milestone Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant