hiddentao / fast-levenshtein

Efficient Javascript implementation of Levenshtein algorithm with locale-specific collator support.
MIT License
596 stars 56 forks source link

Paragraph mode #19

Closed worifon closed 8 years ago

worifon commented 8 years ago

Hi, please consider to add 'Paragraph mode' that compares each word in the paragraph.

hiddentao commented 8 years ago

Not sure I understand the request here. Why not just a loop which calls into fast-levenshtein?

worifon commented 8 years ago

Thank you for your answer.