* 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": "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"}]
]
] ]
} }