cqpserver/docs/note.txt
2019-10-14 10:31:23 +02:00

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