SYSTRAN / fuzzy-match

Library and command line utility to do approximate string matching of a source against a bitext index and get matched source and target.
MIT License
45 stars 8 forks source link

Production experience? #54

Closed aehlke closed 1 year ago

aehlke commented 2 years ago

Hi, this looks very promising for a project where we would run this on iOS/macOS wrapped in Swift, and also compiled to wasm for web.

Are there any production experiences with this to share, or demos / products which integrate it that we could try out? How does it compare with the popular "fzf" algorithm for instance, or other popular fuzzy match tools? Thank you.

guillaumekln commented 2 years ago

Hi,

This project was initially developped for this research paper: https://aclanthology.org/2020.acl-main.144. As far as I know there are no comparisons with other algorithms and no public demos or products using this project directly.