Levenshtein Distance Fast (MEX) C++
Version 1.0.0.0 (4.5 KB) by
Hanan Shteingart
Computing the Levenstein distance between strings fast in matlab using external mex c++ code
A C++ mex code for fast calculation of the Levenshtein distance between two strings.
You need to compile this using "mex -setup" and then "men LevenDistance.cpp".
This is based on a corrupted source code from:
http://hi.baidu.com/mhyuycwnspbqswe/item/936632f359a5a9b631c199d8
Cite As
Hanan Shteingart (2023). Levenshtein Distance Fast (MEX) C++ (https://www.mathworks.com/matlabcentral/fileexchange/46400-levenshtein-distance-fast-mex-c), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2014a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > External Language Interfaces > C++ with MATLAB > Call C/C++ MEX Functions from MATLAB > Write C++ Functions Callable from MATLAB (MEX Files) >
Find more on Write C++ Functions Callable from MATLAB (MEX Files) in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |