https://github.com/veldhub/veld_chain__demo_xmlanntools
Chain velds to demonstrate usage of xmlanntools code velds.
https://github.com/veldhub/veld_chain__demo_xmlanntools
etl tei tei-xml tokenization udpipe xml
Last synced: 5 months ago
JSON representation
Chain velds to demonstrate usage of xmlanntools code velds.
- Host: GitHub
- URL: https://github.com/veldhub/veld_chain__demo_xmlanntools
- Owner: veldhub
- License: mit
- Created: 2024-12-04T13:40:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-20T19:24:37.000Z (over 1 year ago)
- Last Synced: 2025-01-30T10:18:29.733Z (over 1 year ago)
- Topics: etl, tei, tei-xml, tokenization, udpipe, xml
- Homepage:
- Size: 319 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#  veld_chain_demo_xmlanntools
This repo contains [chain velds](https://zenodo.org/records/13322913) integrating the code velds
from https://github.com/veldhub/veld_code__xmlanntools which is a veldified version of
https://github.com/czcorpus/xmlanntools
The demo chains here wraps the upstream example data and processing workflows as explained here:
https://github.com/czcorpus/xmlanntools/blob/main/examples/README.md
## requirements
- git
- docker compose (note: older docker compose versions require running `docker-compose` instead of
`docker compose`)
Clone this repo with all its submodules
```
git clone --recurse-submodules https://github.com/veldhub/veld_chain__demo_xmlanntools.git
```
## how to reproduce
Open any respective veld yaml file for more information.
Execute one with:
```
docker compose -f up
```
e.g.
```
docker compose -f veld_simple_poetry1_step1_xml2standoff.yaml up
```
Or to run a multichain consisting of individual sub chains, e.g. the TEI example
( https://github.com/czcorpus/xmlanntools/blob/main/examples/README.md#tei_example1 ), run :
```
docker compose -f veld_tei_example1_all_steps.yaml up
```