mirror of https://github.com/explosion/spaCy.git
* Fix non-breaking space in specials.json
This commit is contained in:
parent
7ecafdab7f
commit
726bb648da
|
@ -342,7 +342,7 @@ hardcoded_specials = {
|
|||
"\n": [{"F": "\n", "pos": "SP"}],
|
||||
"\t": [{"F": "\t", "pos": "SP"}],
|
||||
" ": [{"F": " ", "pos": "SP"}],
|
||||
u"\u0020": [{"F": u"\u0020", "pos": "SP", "L": " "}]
|
||||
u"\u00a0": [{"F": u"\u00a0", "pos": "SP", "L": " "}]
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue