The functionality for a sentence level levenshteins distance is included.
But it will be nice to have a little modification to handle cases, morphological variations, etc:
for example:
Parth modified this issue
and
parth modified the issues
should not have an edit distance of 3.
We can consider modifying the edit distance so that issue and issues or Parth and parth are similar.
The functionality for a sentence level levenshteins distance is included. But it will be nice to have a little modification to handle cases, morphological variations, etc:
for example:
Parth modified this issue and parth modified the issues
should not have an edit distance of 3. We can consider modifying the edit distance so that issue and issues or Parth and parth are similar.