You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keith Alcock edited this page Feb 18, 2018
·
24 revisions
The JSON-LD output format for Eidos will be documented here shortly. In the meantime, this page is holding down the URL which will be used in that very output.
Name
Property
Type
Description
Corpus
@type
“Corpus”
A corpus is typed
documents
[Document]
and has an array of documents.
Document
@type
“Document”
A document is typed
@id
IRI
and provided an ID.
title
string
It has a title,
sentences
[Sentence]
an array of sentences,
extractions
[Entity or DirectedRelation or UndirectionRelation]
and a mixed array of extracted entities and relations.