https://github.com/veldhub/veld_chain__demo_teitok-tools
Chain velds to demonstrate usage of teitok-tools code velds.
https://github.com/veldhub/veld_chain__demo_teitok-tools
nlp tei tei-xml tokenization udpipe xml
Last synced: 6 months ago
JSON representation
Chain velds to demonstrate usage of teitok-tools code velds.
- Host: GitHub
- URL: https://github.com/veldhub/veld_chain__demo_teitok-tools
- Owner: veldhub
- License: mit
- Created: 2024-12-04T13:39:36.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-28T13:20:39.000Z (7 months ago)
- Last Synced: 2025-02-28T19:40:09.087Z (7 months ago)
- Topics: nlp, tei, tei-xml, tokenization, udpipe, xml
- Homepage:
- Size: 173 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_teitok-tools/
This repo contains [chain velds](https://zenodo.org/records/13322913) encapsulating demos of code
velds from https://github.com/veldhub/veld_code__teitok-tools applied on sample data provided by
https://github.com/COST-ELTeC/ELTeC-deu/ .## 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_teitok-tools.git
```## how to reproduce
The following chain velds were used. Open the respective veld yaml file for more information.
**[./veld_parseudpipe.yaml](./veld_parseudpipe.yaml)**
```
docker compose -f veld_parseudpipe.yaml up
```**[./veld_udpipe2teitok.yaml](./veld_udpipe2teitok.yaml)**
```
docker compose -f veld_udpipe2teitok.yaml up
```**[./veld_xmltokenize.yaml](./veld_xmltokenize.yaml)**
```
docker compose -f veld_xmltokenize.yaml up
```