mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/cqpserver.git
synced 2025-07-04 03:33:18 +00:00
Add author and title tags. Fix some errors in note.txt
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
# Enter bash in cqpwebserver
|
||||
docker exec -it cqperver_cqpserver_1 /bin/bash
|
||||
docker exec -it cqpserver_cqpserver_1 /bin/bash
|
||||
|
||||
## Encode example corpus
|
||||
mkdir /corpora/data/example
|
||||
|
||||
cwb-encode -d /corpora/data/example \
|
||||
-f /root/files/example.vrt \
|
||||
-R /usr/local/share/cwb/registry/example \
|
||||
@ -11,6 +13,7 @@ cwb-make -V EXAMPLE
|
||||
cwb-describe-corpus EXAMPLE
|
||||
|
||||
## Encode utopien corpus
|
||||
mkdir /corpora/data/utopien
|
||||
cwb-encode -d /corpora/data/utopien \
|
||||
-f /root/files/utopien.vrt \
|
||||
-sxB \
|
||||
|
Reference in New Issue
Block a user