mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/cqpserver.git
synced 2025-01-13 19:50:35 +00:00
23 lines
643 B
Plaintext
23 lines
643 B
Plaintext
# Enter bash in cqpwebserver
|
|
docker exec -it cqperver_cqpserver_1 /bin/bash
|
|
|
|
## Encode example corpus
|
|
cwb-encode -d /corpora/data/example \
|
|
-f /root/files/example.vrt \
|
|
-R /usr/local/share/cwb/registry/example \
|
|
-P pos -P lemma \
|
|
-S s
|
|
cwb-make -V EXAMPLE
|
|
cwb-describe-corpus EXAMPLE
|
|
|
|
## Encode utopien corpus
|
|
cwb-encode -d /corpora/data/utopien \
|
|
-f /root/files/utopien.vrt \
|
|
-sxB \
|
|
-R /usr/local/share/cwb/registry/utopien \
|
|
-P lemma -P pos -P sem/ \
|
|
-S text:0+title -S s \
|
|
-0 corpus
|
|
cwb-make -V UTOPIEN
|
|
cwb-describe-corpus UTOPIEN
|