Skip to content

Commit

Permalink
updated ner schema (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
theorm authored Oct 10, 2024
1 parent fc19bdc commit 3e19cf7
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions src/schema/schemas/ImpressoNerEntity.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,30 +84,30 @@
}
},
"required": ["ner"]
}
},
"wikidata": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string",
"description": "Wikidata ID of the entity"
},
"wikidata": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string",
"description": "Wikidata ID of the entity"
},
"wikipediaPageName": {
"type": "string",
"description": "Wikipedia page name of the entity"
}
},
"wikipediaPageName": {
"type": "string",
"description": "Wikipedia page name of the entity"
}
"required": ["id"]
},
"required": ["id"]
},
"function": {
"type": "string",
"description": "Function of the entity"
},
"name": {
"type": "string",
"description": "Name of the entity"
"function": {
"type": "string",
"description": "Function of the entity"
},
"name": {
"type": "string",
"description": "Name of the entity"
}
},
"required": ["id", "type", "surfaceForm", "offset", "isTypeNested", "confidence"]
"required": ["id", "type", "surfaceForm", "offset", "confidence"]
}

0 comments on commit 3e19cf7

Please sign in to comment.