-
Notifications
You must be signed in to change notification settings - Fork 9
Add levenshtein distance. Fix #404 #567
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
base: master
Are you sure you want to change the base?
Conversation
@NicoLaval Please read: #558 (comment) You can use this branch (rebased on master) for further editing. |
Comments copied from another thread: @linardian said:
@NicoLaval said:
@linardian said:
@antonio-olleros said:
|
Ok for me. I just did not want to add just a Levenshtein operator, so the syntax: |
Hello @linardian, As number of parameter is not fix, isn't it better to have I will update at the end of the week (quick holidays this week). |
Anyway this fix will go in the 2.2 version... I will shortly copy alla the documentation in the new folder. Only fixes will be allowed in the 2.1 release. |
Hi! I think it is fixed, we can only compare two strings. right? So the proposal for me would be string1 and string2 as mandatory, method as optional, so a maximum of 3 |
@nico, since we have copied all files to 2.2, please re-apply your changes to the new folder. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As said, the operator (string_distance or similar) will have 3 parameters: string1, string2 and (optional) a method (default is Levenshtein). Please take input from 2.2 folder.
* Add levenshtein to grammar * Ignore build folder * Add doc for levenshtein operator * Add levenshtein tests
Hi @NicoLaval, |
REOPENED DUE TO WRONG MERGE
Add levenshtein to grammar
Ignore build folder
Add doc for levenshtein operator
Add levenshtein tests