mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/cqpserver.git
synced 2024-12-26 03:14:20 +00:00
15 lines
306 B
Bash
Executable File
15 lines
306 B
Bash
Executable File
#!/bin/bash
|
|
|
|
mkdir -p /corpora/data/corpus
|
|
cwb-encode \
|
|
-c utf8 \
|
|
-d /corpora/data/corpus \
|
|
-f /root/files/corpus.vrt \
|
|
-R /usr/local/share/cwb/registry/corpus \
|
|
-P lemma -P simple_pos -P pos -P ner \
|
|
-S text:0+author+id+publishing_year+title -S s \
|
|
-0 corpus \
|
|
-xsB
|
|
cwb-make \
|
|
-V CORPUS
|