mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
* Add i.e. to specials.json
This commit is contained in:
parent
567388e38d
commit
13520e6cf0
|
@ -557,5 +557,12 @@
|
||||||
"w.": [{"F": "w."}],
|
"w.": [{"F": "w."}],
|
||||||
"x.": [{"F": "x."}],
|
"x.": [{"F": "x."}],
|
||||||
"y.": [{"F": "y."}],
|
"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."}]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user