-
Notifications
You must be signed in to change notification settings - Fork 0
/
veld_parseudpipe.yaml
35 lines (33 loc) · 1021 Bytes
/
veld_parseudpipe.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
x-veld:
chain:
description: "This chain veld exemplifies usage of the respective code veld. For more
information on the underlying tool and its usage, see:
https://github.com/ufal/teitok-tools?tab=readme-ov-file#parseudpipe"
topic:
- NLP
- ETL
- Tokenization
- Universal Dependencies
services:
veld_parseudpipe:
extends:
file: ./code/veld_code__teitok-tools/veld_parseudpipe.yaml
service: veld_parseudpipe
volumes:
- ./data/parseudpipe/in/:/veld/input/
- ./data/parseudpipe/out/:/veld/output/
environment:
in_xml_file: DEU001_tokenized.xml
out_xml_file: DEU001.xml
model: german-hdt-ud-2.6-200830
sent: p
# TODO: set better example on usage
#token: null
# TODO: set better example on usage
#tokxp: null
# TODO: set better example on usage
#sent: null
# TODO: set better example on usage
#sentxp: null
# TODO: set better example on usage
#atts: null