-
Notifications
You must be signed in to change notification settings - Fork 0
/
veld_ann2standoff.yaml
48 lines (43 loc) · 1.2 KB
/
veld_ann2standoff.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
35
36
37
38
39
40
41
42
43
44
45
46
47
x-veld:
code:
description: "A demo code veld, integrating the ann2standoff script. For more documentation,
see: https://github.com/czcorpus/xmlanntools?tab=readme-ov-file#ann2standoff"
topics:
- NLP
- ETL
inputs:
- volume: /veld/input/data/
environment: in_conllu_file
file_type:
- conllu
- tsv
- volume: /veld/input/data/
environment: in_txt_file
file_type: txt
- volume: /veld/input/config/
environment: in_ann2standoff_ini_file
file_type: ini
outputs:
- volume: /veld/output/
environment: out_json_file
file_type: json
settings:
- environment: profile_name
env_type: str
default: DEFAULT
optional: true
services:
veld_ann2standoff:
build: .
volumes:
- ./:/veld/code/
- ./data/ann2standoff/in/data/:/veld/input/data/
- ./data/ann2standoff/in/config/:/veld/input/config/
- ./data/ann2standoff/out/:/veld/output/
command: ./veld_ann2standoff.sh
environment:
in_conllu_file: null
in_txt_file: null
in_ann2standoff_ini_file: null
out_json_file: null
profile_name: DEFAULT