* Add spaCy to gazetteer

This commit is contained in:
Matthew Honnibal 2015-08-08 23:30:49 +02:00
parent 67979a8008
commit b27bd18d6e
1 changed files with 18 additions and 2 deletions

View File

@ -62,6 +62,21 @@
[{"lower": "css3"}]
]
],
"displaCy": [
"PRODUCT",
{},
[
[{"lower": "displacy"}]
]
],
"spaCy": [
"PRODUCT",
{},
[
[{"orth": "spaCy"}]
]
],
"HTML": [
"PRODUCT",
{},
@ -91,11 +106,12 @@
[{"lower": "digg"}]
]
],
"Fox": [
"FoxNews": [
"ORG",
{},
[
[{"orth": "Fox"}]
[{"orth": "Fox"}],
[{"orth": "News"}]
]
],
"Google": [