pylcs icon indicating copy to clipboard operation
pylcs copied to clipboard

Show the alignment?

Open johanovic opened this issue 5 years ago • 3 comments
trafficstars

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

johanovic avatar Mar 05 '20 15:03 johanovic

@johanovic I am not working on this repo for some time. You can try adding the string output on your own. The code is pretty straight-forward. Just start a merge request, then I can help review the code and distribute the python package.

Meteorix avatar Mar 24 '20 02:03 Meteorix

+1 for this! I don't have time to make this at the moment, but saving this in case I eventually do. And thanks for making this!

rosstex avatar May 03 '20 03:05 rosstex

Added a lcs_str2id_ function to the main, hope it helps. I did not fully test this tho. Usage: image

To use the function, replace the cpp file in the archive and rebuild the package. main.zip

Laser-Cat avatar Apr 05 '21 03:04 Laser-Cat