mirror of https://github.com/explosion/spaCy.git
* Revert bad infix change
This commit is contained in:
parent
460b4c3207
commit
3cfe3d8c1c
|
@ -1,3 +1,3 @@
|
||||||
\.\.\.
|
\.\.\.
|
||||||
(?:[\w\d]+)(\.)(?:[\w\d])
|
(?<=[a-z])\.(?=[A-Z])
|
||||||
(?<=[a-zA-Z])-(?=[a-zA-z])
|
(?<=[a-zA-Z])-(?=[a-zA-z])
|
||||||
|
|
Loading…
Reference in New Issue