mirror of https://github.com/explosion/spaCy.git
* Fix gazetteer.json
This commit is contained in:
parent
0e098815cc
commit
855af087fc
|
@ -69,7 +69,7 @@
|
|||
[{"lower": "html"}],
|
||||
[{"lower": "html5"}]
|
||||
]
|
||||
]
|
||||
],
|
||||
"Python": [
|
||||
"PRODUCT",
|
||||
{},
|
||||
|
@ -164,6 +164,7 @@
|
|||
"false_positives": [
|
||||
null,
|
||||
{},
|
||||
[
|
||||
[{"orth": "Shit"}],
|
||||
[{"orth": "Weed"}],
|
||||
[{"orth": "Cool"}],
|
||||
|
@ -177,4 +178,5 @@
|
|||
[{"orth": "Yea"}],
|
||||
[{"orth": "Bah"}]
|
||||
]
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue