mirror of https://github.com/explosion/spaCy.git
* Fix infix-period tokenization
This commit is contained in:
parent
94f314c271
commit
bd608559bc
|
@ -1,2 +1,3 @@
|
|||
\.\.\.
|
||||
(?:[\w\d]+)(\.)(?:[\w\d])
|
||||
(?<=[a-zA-Z])-(?=[a-zA-z])
|
||||
|
|
Loading…
Reference in New Issue