cqpserver/foo.sh

13 lines
291 B
Bash
Raw Normal View History

2019-11-05 08:29:53 +00:00
#!/bin/bash
2019-11-04 13:14:22 +00:00
2019-11-05 10:33:47 +00:00
mkdir -p /corpora/data/corpus
2019-11-05 08:29:53 +00:00
cwb-encode \
-d /corpora/data/corpus \
2019-11-05 08:39:45 +00:00
-f /root/files/corpus.vrt \
-R /usr/local/share/cwb/registry/corpus \
2019-11-05 08:29:53 +00:00
-P lemma -P simple_pos -P pos -P ner \
2019-11-05 10:33:47 +00:00
-0 corpus -S text:0+author+id+publishing_year+title -S s \
- xsB
2019-11-05 08:29:53 +00:00
cwb-make \
-V CORPUS