mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 18:06:29 +03:00
Fix typo
This commit is contained in:
parent
3ca611fe48
commit
50b7ec03ca
|
@ -103,7 +103,7 @@ for elision_char in ELISION:
|
||||||
_infixes_exc += [upper_first_letter(word) for word in _infixes_exc]
|
_infixes_exc += [upper_first_letter(word) for word in _infixes_exc]
|
||||||
_infixes_exc = list(set(_infixes_exc))
|
_infixes_exc = list(set(_infixes_exc))
|
||||||
|
|
||||||
for exc_data in _infixes_exc:
|
for orth in _infixes_exc:
|
||||||
_exc[orth] = [{ORTH: orth}]
|
_exc[orth] = [{ORTH: orth}]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user