1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-03-17 16:42:16 +03:00
spaCy/lang_data/en/infix.txt

7 lines
133 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])