mirror of https://github.com/explosion/spaCy.git
* 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])
|
||||
|
|
Loading…
Reference in New Issue