summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/dfa_fuzzy_matcher
Commit message (Expand)AuthorAgeFilesLines
* - Add some more extern templates to enable code to build with -O0.Henning Baldersheim2023-12-131-1/+0
* Update copyrightJon Bratseth2023-10-092-2/+2
* Add another is_match member function to dfa fuzzy matcher that doesn'tTor Egge2023-09-251-18/+115
* Add prefix_size constructor argument to DfaFuzzyMatcher.Tor Egge2023-09-221-11/+50
* Add class that uses a LevenshteinDfa to perform fuzzy matching in a dictionary.Geir Storli2023-09-182-0/+254