* Allow longer ellipses to be treated as a single token, e.g. Hello......there

This commit is contained in:
Matthew Honnibal 2016-05-09 13:22:53 +02:00
parent c61ee8f9fa
commit eab2376547
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
\.\.\.
\.\.\.+
(?<=[a-z])\.(?=[A-Z])
(?<=[a-zA-Z])-(?=[a-zA-z])
(?<=[a-zA-Z])--(?=[a-zA-z])