mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/cqpserver.git
synced 2025-07-04 03:33:18 +00:00
Add documentation and example vrt files.
This commit is contained in:
22
docs/note.txt
Normal file
22
docs/note.txt
Normal file
@ -0,0 +1,22 @@
|
||||
# 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 \
|
||||
-S text:0+title -S s \
|
||||
-0 corpus
|
||||
cwb-make -V UTOPIEN
|
||||
cwb-describe-corpus UTOPIEN
|
Reference in New Issue
Block a user