parth126 / Summarisation

This repo contains implementation of various summarisation techniques.
0 stars 0 forks source link

Modify Levenshtein distance for sentences in TextRank #1

Open lastlegion opened 9 years ago

parth126 commented 9 years ago

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.