* Add i.e. to specials.json

This commit is contained in:
Matthew Honnibal 2015-03-15 19:23:41 -04:00
parent 567388e38d
commit 13520e6cf0

View File

@ -557,5 +557,12 @@
"w.": [{"F": "w."}],
"x.": [{"F": "x."}],
"y.": [{"F": "y."}],
"z.": [{"F": "z."}]
"z.": [{"F": "z."}],
"i.e.": [{"F": "i.e."}],
"I.e.": [{"F": "I.e."}],
"I.E.": [{"F": "I.E."}],
"e.g.": [{"F": "e.g."}],
"E.g.": [{"F": "E.g."}],
"E.G.": [{"F": "E.G."}]
}