* Fix infix-period tokenization

This commit is contained in:
Matthew Honnibal 2015-07-26 17:14:52 +02:00
parent 94f314c271
commit bd608559bc
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
\.\.\.
(?:[\w\d]+)(\.)(?:[\w\d])
(?<=[a-zA-Z])-(?=[a-zA-z])