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": "html"}],
|
||||||
[{"lower": "html5"}]
|
[{"lower": "html5"}]
|
||||||
]
|
]
|
||||||
]
|
],
|
||||||
"Python": [
|
"Python": [
|
||||||
"PRODUCT",
|
"PRODUCT",
|
||||||
{},
|
{},
|
||||||
|
@ -164,17 +164,19 @@
|
||||||
"false_positives": [
|
"false_positives": [
|
||||||
null,
|
null,
|
||||||
{},
|
{},
|
||||||
[{"orth": "Shit"}],
|
[
|
||||||
[{"orth": "Weed"}],
|
[{"orth": "Shit"}],
|
||||||
[{"orth": "Cool"}],
|
[{"orth": "Weed"}],
|
||||||
[{"orth": "Btw"}],
|
[{"orth": "Cool"}],
|
||||||
[{"orth": "Bah"}],
|
[{"orth": "Btw"}],
|
||||||
[{"orth": "Bullshit"}],
|
[{"orth": "Bah"}],
|
||||||
[{"orth": "Lol"}],
|
[{"orth": "Bullshit"}],
|
||||||
[{"orth": "Yo"}, {"lower": "dawg"}],
|
[{"orth": "Lol"}],
|
||||||
[{"orth": "Yay"}],
|
[{"orth": "Yo"}, {"lower": "dawg"}],
|
||||||
[{"orth": "Ahh"}],
|
[{"orth": "Yay"}],
|
||||||
[{"orth": "Yea"}],
|
[{"orth": "Ahh"}],
|
||||||
[{"orth": "Bah"}]
|
[{"orth": "Yea"}],
|
||||||
|
[{"orth": "Bah"}]
|
||||||
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue