inception-project / inception-external-recommender

Get annotation suggestions for the INCEpTION text annotation platform from spaCy, Sentence BERT, scikit-learn and more. Runs as a web-service compatible with the external recommender API of INCEpTION.
Apache License 2.0
40 stars 17 forks source link

Add Levenshtein string matching recommender #4

Open jcklie opened 4 years ago

jcklie commented 4 years ago

The existing string matching recommender maches exactly. It would be nice if there was a fuzzy version of that.

jcklie commented 4 years ago

Unit tests are still missing.