allenai / wimbd

What's In My Big Data (WIMBD) - a toolkit for analyzing large text datasets
Apache License 2.0
172 stars 18 forks source link

fuzzy search with slop #17

Closed yanaiela closed 2 weeks ago

yanaiela commented 2 weeks ago

Added two functions that allow to use fuzzy search with ES. They do so by using the slop argument, that allows to use match strings with some (fixed) distance in between them. Wrote a count and a get-document functions