1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-03-31 15:24:13 +03:00
spaCy/lang_data/zh/infix.txt
2016-04-24 18:44:24 +02:00

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