Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add feature: approximate (fuzzy) matching #98

Open
RaiKoHoff opened this issue Dec 30, 2017 · 0 comments
Open

Add feature: approximate (fuzzy) matching #98

RaiKoHoff opened this issue Dec 30, 2017 · 0 comments

Comments

@RaiKoHoff
Copy link

We decide to use Onigmo to be the regex search engine for Notepad3. It has been the winner among several other candidates.
Some of these candidates had a nice feature, called approximate matching.
For example TRE or Intel's Hyperscan.

Maybe this might be a nice feature for Onigmo too?

(The dark side: There is generally a performance impact associated with approximate matching due to the reduced specificity of the matches. This impact may vary significantly depending on the pattern and edit distance.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant