pylcs icon indicating copy to clipboard operation
pylcs copied to clipboard

super fast cpp implementation of longest common subsequence/substring

Results 10 pylcs issues
Sort by recently updated
recently updated
newest added

1. Fix bug: The previous levenshtein_distance return 0 when either input is "". Like levenshtein_distance("aaa", "")=0 which should be 3 instead. 2. Add function: - lcs_sequence_idx - lcs_string_idx - levenshtein_distance_idx...

Is there any way I can get all the common substrings between 2 strings, instead of getting only the longest one?

When I run pip install pylcs on Windows 10, I get this error message. Could you help me please? ERROR: Command errored out with exit status 1: command: 'C:\Users\Felipe\anaconda3\python.exe' -u...

hi, is it possible to add a licence for this package? many thanks.

之前的会编译失败,建议修改为C++11的头文件

environment: python 3.7 pybind11 is not found when building the wheel. pip install pybind11 before install solves the issue.

Thanks @Meteorix for this package. Is it possible to also show the actual LCS and not just its length?

Hi, I think this is a very valuable addition to python. But I would love to be able to have the LCS (one or all) returned. Is this possible for...

报错信息: ``` File "ee.py", line 18, in import pylcs ImportError: Python version mismatch: module was compiled for Python 3.5, but the interpreter version is incompatible: 3.6.5 (default, May 3 2018,...