Skip to content
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.
Sentence @type “Sentence” A sentence is typed
@id IRI and provided an ID.
text string It has a text,
words [Word] a list of words,
dependencies [Dependency] and a list of dependencies

Clone this wiki locally