mirror of https://github.com/explosion/spaCy.git
Include Norwegian NER entity types in glossary [ci skip]
See https://github.com/ltgoslo/norne
This commit is contained in:
parent
7194845234
commit
aa3c59a2f3
|
@ -307,4 +307,10 @@ GLOSSARY = {
|
||||||
# https://pdfs.semanticscholar.org/5744/578cc243d92287f47448870bb426c66cc941.pdf
|
# https://pdfs.semanticscholar.org/5744/578cc243d92287f47448870bb426c66cc941.pdf
|
||||||
"PER": "Named person or family.",
|
"PER": "Named person or family.",
|
||||||
"MISC": "Miscellaneous entities, e.g. events, nationalities, products or works of art",
|
"MISC": "Miscellaneous entities, e.g. events, nationalities, products or works of art",
|
||||||
|
# https://github.com/ltgoslo/norne
|
||||||
|
"EVT": "Festivals, cultural events, sports events, weather phenomena, wars, etc.",
|
||||||
|
"PROD": "Product, i.e. artificially produced entities including speeches, radio shows, programming languages, contracts, laws and ideas",
|
||||||
|
"DRV": "Words (and phrases?) that are dervied from a name, but not a name in themselves, e.g. 'Oslo-mannen' ('the man from Oslo')",
|
||||||
|
"GPE_LOC": "Geo-political entity, with a locative sense, e.g. 'John lives in Spain'",
|
||||||
|
"GPE_ORG": "Geo-political entity, with an organisation sense, e.g. 'Spain declined to meet with Belgium'",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue