mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 18:26:30 +03:00
* 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
Block a user