We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, would it be possible to add a few example in the documentation (or readme) for using this package (including import statement, etc)?
The text was updated successfully, but these errors were encountered:
The absence of an import statement in the README is a major flaw.
Sorry, something went wrong.
Looking at my old code, this works as follows:
import Levenshtein as lv
Then you call lv.distance() exactly as with this other package: https://maxbachmann.github.io/Levenshtein/levenshtein.html
lv.distance()
No branches or pull requests
Hi, would it be possible to add a few example in the documentation (or readme) for using this package (including import statement, etc)?
The text was updated successfully, but these errors were encountered: