mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-04 04:10:20 +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`
|
Damerau-Levenshtein edit distance, so a transposition like `teh` for `the`
|
||||||
counts as two edits, one insertion and one deletion.
|
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
|
custom method to the `Matcher` or as a config option for an entity ruler and
|
||||||
span ruler.
|
span ruler.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user