mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 12:18:04 +03:00
7 lines
132 B
Plaintext
7 lines
132 B
Plaintext
\.\.\.
|
|
(?<=[a-z])\.(?=[A-Z])
|
|
(?<=[a-zA-Z])-(?=[a-zA-z])
|
|
(?<=[a-zA-Z])--(?=[a-zA-z])
|
|
(?<=[0-9])-(?=[0-9])
|
|
(?<=[A-Za-z]),(?=[A-Za-z])
|