Skip to content
Advertisement

Tag: c++

Text difference algorithm

I need an algorithm that can compare two text files and highlight their difference and ( even better!) can compute their difference in a meaningful way (like two similar files should have a similarity score higher than two dissimilar files, with the word “similar” defined in the normal terms). It sounds easy to implement, but it’s not. The implementation can

Advertisement