-
Notifications
You must be signed in to change notification settings - Fork 2
Data Acquisition
Christopher Pollin edited this page Aug 18, 2020
·
1 revision
The software can be used to mark up TEI documents in Oxygen Author. For this purpose an customizable input with registers can be created. Its using an eXist DB in the background.
An XML schema derived from the Bookkeeping Ontology, and which further uses a restricted tag set of the TEI. The tag set contains all TEI-Elements needed to describe accounting documents. Further index lists of currencies, persons, organizations, goods and units of measurement (which are part of the t:teiHeader
in form of t:listPerson
, t:taxonomy
etc.) can be used to make the process of annotation more efficent.
-
Clone these GitHub-Repositories:
-
Install Oxygen and XML Author
-
Install eXist Database (local)
- check your Java Version and update it if necessary
- install eXist locally on your machine
- use following version: eXist-db 4.4.0
- the password you during install is needed later
- on Windows you can start eXist via Command Prompt (Eingabeaufforderung)
- therefore go to
C:\eXist-db
and writejava -jar start.jar
- (dont start eXist as a service when Windwos asks you; had problems with it)
-
Install ediarum.DB App
- go to your eXist Dashboard
- log in as admin (PW set during install)
- open the package manager / "add a package"
- drag and drop
ediarum.db-3.2.6.446.xar
(or other version) into "Upload". You findediarum.db-3.2.6.446.xar
inediarum.DB\release
(https://github.com/MarekSlo/ediarum.DB)
- You can now open ediarum.DB-App