mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-28 02:04:07 +03:00
* Fix tokenization of email addresses.
This commit is contained in:
parent
48a4d15264
commit
94f314c271
|
@ -1,3 +1,2 @@
|
||||||
\.\.\.
|
\.\.\.
|
||||||
(?<=[a-z])\.(?=[A-Z])
|
|
||||||
(?<=[a-zA-Z])-(?=[a-zA-z])
|
(?<=[a-zA-Z])-(?=[a-zA-z])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user