mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
* Add whitespace to specials.json
This commit is contained in:
parent
89a91ad726
commit
b5223c4824
|
@ -618,5 +618,8 @@
|
||||||
"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."}],
|
"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"}]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user