* Fix pos tag in em-dash in specials

This commit is contained in:
Matthew Honnibal 2015-10-09 11:06:37 +02:00
parent d341443282
commit 0e92e8574a

View File

@ -134,7 +134,7 @@ hardcoded_specials = {
"''": [{"F": "''"}],
"": [{"F": "", "L": "--", "P": ":"}],
"": [{"F": "", "L": "--", "pos": ":"}],
"Corp.": [{"F": "Corp."}],
"Inc.": [{"F": "Inc."}],