how will i simulate the damerau leveshtein distance algorithm so as to detect plagiarism in documents? thanks!
plagiarism detection using damerau levenshtein algorithm
2k views Asked by AudioBubble At
1
how will i simulate the damerau leveshtein distance algorithm so as to detect plagiarism in documents? thanks!
Levenshtein distance is primarily used to compare two strings, such as comparing names or finding alternates in a spell checker. Using this algorithm for a whole document to detect plagiarism is not typical.
There is some work in the area though. Everything points to this article, which requires subscription:
Plagiarism Detection Using the Levenshtein Distance and Smith-Waterman Algorithm
http://www.computer.org/portal/web/csdl/doi/10.1109/ICICIC.2008.422