@messages("common.annotations")
-
CSV
@messages("document.downloads.annotations.csv.text")
Places
-
GeoJSON
@messages("document.downloads.annotations.geojson.text")
-
KML BETA
Geo-located places as KML file, for viewing in Google Earth. You can also download a slightly modified alternative KML serialization which is suited specifically for the DARIAH GeoBrowser.
Relations
-
Basic CSV
A basic CSV export of relationships in the document.
Annotated Document
-
TEI
@messages("document.downloads.annotations.tei.text")
-
@if(doc.dataParts.size == 1) {
-
Merged CSV
Your original spreadsheet, with Recogito's additional data appended as extra columns.
} else {
-
Merged CSVs
Your original spreadsheets, with Recogito's additional data appended as extra columns, packaged in a Zip file.
}
Other
-
IOB BETA
The text tokenized in IOB format, a common format used for machine learning training data.
-
Spacy JSON BETA
The text, line by line, in a JSON format usable as training data input for the Spacy machine learning library. Work in progress!