* Fix designation of non-breaking space in specials.json.

This commit is contained in:
Matthew Honnibal 2015-10-19 12:39:03 +11:00
parent 9839cd2c0b
commit e39095da82

View File

@ -342,7 +342,7 @@ hardcoded_specials = {
"\n": [{"F": "\n", "pos": "SP"}],
"\t": [{"F": "\t", "pos": "SP"}],
" ": [{"F": " ", "pos": "SP"}],
u"\xa0": [{"F": u"\xa0", "pos": "SP", "L": " "}]
u"\u0020": [{"F": u"\u0020", "pos": "SP", "L": " "}]
}