How to use the yake.Levenshtein.Levenshtein function in yake

To help you get started, we’ve selected a few yake examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github LIAAD / yake / yake / yake.py View on Github external
def seqm(self, cand1, cand2):
        return Levenshtein.ratio(cand1, cand2)

yake

Keyword extraction Python package

LGPL-3.0
Latest version published 3 years ago

Package Health Score

58 / 100
Full package analysis

Similar packages