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