* Add whitespace to specials.json

This commit is contained in:
Matthew Honnibal 2015-07-09 13:31:12 +02:00
parent 89a91ad726
commit b5223c4824

View File

@ -618,5 +618,8 @@
"I.E.": [{"F": "I.E."}],
"e.g.": [{"F": "e.g."}],
"E.g.": [{"F": "E.g."}],
"E.G.": [{"F": "E.G."}]
"E.G.": [{"F": "E.G."}],
"\n": [{"F": "\n", "pos": "SP"}],
"\t": [{"F": "\t", "pos": "SP"}],
" ": [{"F": " ", "pos": "SP"}]
}