mirror of https://github.com/explosion/spaCy.git
* Add html to gazetteer
This commit is contained in:
parent
10d869d102
commit
5c3c962038
|
@ -62,4 +62,13 @@
|
|||
[{"lower": "css3"}]
|
||||
]
|
||||
]
|
||||
}
|
||||
"HTML": [
|
||||
"PRODUCT",
|
||||
{},
|
||||
[
|
||||
[{"lower": "html"}],
|
||||
[{"lower": "html5"}]
|
||||
]
|
||||
]
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue