Restore missing '' character in tokenizer exceptions.

This commit is contained in:
Matthew Honnibal 2016-12-18 05:34:51 +01:00
parent a9421652c9
commit 28d63ec58e
1 changed files with 2 additions and 1 deletions

View File

@ -2214,5 +2214,6 @@ ORTH_ONLY = [
"w.", "w.",
"x.", "x.",
"y.", "y.",
"z." "z.",
"''"
] ]