This commit is contained in:
Adriane Boyd 2023-01-18 08:41:06 +01:00
parent d23d7602db
commit 0de5b36292

View File

@ -86,7 +86,7 @@ Note that `FUZZY` uses Levenshtein edit distance rather than
Damerau-Levenshtein edit distance, so a transposition like `teh` for `the`
counts as two edits, one insertion and one deletion.
If you'd prefer an alternate fuzzy matching algorithm, you can provide your onw
If you'd prefer an alternate fuzzy matching algorithm, you can provide your own
custom method to the `Matcher` or as a config option for an entity ruler and
span ruler.