mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-03 20:00:21 +03:00
Fix typo
This commit is contained in:
parent
d23d7602db
commit
0de5b36292
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user