* Fix gazetteer.json

This commit is contained in:
Matthew Honnibal 2015-08-06 17:27:51 +02:00
parent 0e098815cc
commit 855af087fc
1 changed files with 15 additions and 13 deletions

View File

@ -69,7 +69,7 @@
[{"lower": "html"}],
[{"lower": "html5"}]
]
]
],
"Python": [
"PRODUCT",
{},
@ -164,17 +164,19 @@
"false_positives": [
null,
{},
[{"orth": "Shit"}],
[{"orth": "Weed"}],
[{"orth": "Cool"}],
[{"orth": "Btw"}],
[{"orth": "Bah"}],
[{"orth": "Bullshit"}],
[{"orth": "Lol"}],
[{"orth": "Yo"}, {"lower": "dawg"}],
[{"orth": "Yay"}],
[{"orth": "Ahh"}],
[{"orth": "Yea"}],
[{"orth": "Bah"}]
[
[{"orth": "Shit"}],
[{"orth": "Weed"}],
[{"orth": "Cool"}],
[{"orth": "Btw"}],
[{"orth": "Bah"}],
[{"orth": "Bullshit"}],
[{"orth": "Lol"}],
[{"orth": "Yo"}, {"lower": "dawg"}],
[{"orth": "Yay"}],
[{"orth": "Ahh"}],
[{"orth": "Yea"}],
[{"orth": "Bah"}]
]
]
}