pyxDamerauLevenshtein | pyxDamerauLevenshtein implements the Damerau-Levenshtein (DL) edit distance algorithm for Python in
kandi X-RAY | pyxDamerauLevenshtein Summary
kandi X-RAY | pyxDamerauLevenshtein Summary
pyxDamerauLevenshtein is a Python library. pyxDamerauLevenshtein has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can install using 'pip install pyxDamerauLevenshtein' or download it from GitHub, PyPI.
pyxDamerauLevenshtein implements the Damerau-Levenshtein (DL) edit distance algorithm for Python in Cython for high performance. Courtesy Wikipedia:. In information theory and computer science, the Damerau-Levenshtein distance (named after Frederick J. Damerau and Vladimir I. Levenshtein) is a "distance" (string metric) between two strings, i.e., finite sequence of symbols, given by counting the minimum number of operations needed to transform one string into the other, where an operation is defined as an insertion, deletion, or substitution of a single character, or a transposition of two adjacent characters. This implementation is based on Michael Homer's pure Python implementation, which implements the optimal string alignment distance algorithm. It runs in O(N*M) time using O(M) space. It supports unicode characters.
pyxDamerauLevenshtein implements the Damerau-Levenshtein (DL) edit distance algorithm for Python in Cython for high performance. Courtesy Wikipedia:. In information theory and computer science, the Damerau-Levenshtein distance (named after Frederick J. Damerau and Vladimir I. Levenshtein) is a "distance" (string metric) between two strings, i.e., finite sequence of symbols, given by counting the minimum number of operations needed to transform one string into the other, where an operation is defined as an insertion, deletion, or substitution of a single character, or a transposition of two adjacent characters. This implementation is based on Michael Homer's pure Python implementation, which implements the optimal string alignment distance algorithm. It runs in O(N*M) time using O(M) space. It supports unicode characters.
Support
Quality
Security
License
Reuse
Support
pyxDamerauLevenshtein has a low active ecosystem.
It has 234 star(s) with 30 fork(s). There are 8 watchers for this library.
There were 1 major release(s) in the last 12 months.
There are 4 open issues and 21 have been closed. On average issues are closed in 94 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of pyxDamerauLevenshtein is 1.8.0
Quality
pyxDamerauLevenshtein has no bugs reported.
Security
pyxDamerauLevenshtein has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
pyxDamerauLevenshtein is licensed under the BSD-3-Clause License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
pyxDamerauLevenshtein releases are not available. You will need to build from source code and install.
Deployable package is available in PyPI.
Build file is available. You can build the component from source.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of pyxDamerauLevenshtein
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of pyxDamerauLevenshtein
pyxDamerauLevenshtein Key Features
No Key Features are available at this moment for pyxDamerauLevenshtein.
pyxDamerauLevenshtein Examples and Code Snippets
No Code Snippets are available at this moment for pyxDamerauLevenshtein.
Community Discussions
No Community Discussions are available at this moment for pyxDamerauLevenshtein.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install pyxDamerauLevenshtein
pyxDamerauLevenshtein is available on PyPI at https://pypi.org/project/pyxDamerauLevenshtein/.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page