Table of Contents
Spouštění příkazů z command-line
CSTS a UTF-8
make-whole-corp-csts.sh -Eucs2 -M -v -p <num>
Vert a UTF-8
Celý proces
- Převést do
csts
:make-corp.sh -s vert -t csts
- Provést morfologii bez Premorfo a Postmorfo:
make-corp.sh -s csts -t csts-morf -A0 -B0 -Eucs2 -M
- Provést vše až ke
corr
:make-whole-corp-csts.sh -t rules -Eucs2 -M
- Výsledek převést do
vert
.
Buď s označením pachatele:parallel-filter.sh -C "csts2cnk.pl" -s csts-rules-frazrl-rules1-rulh1-tag-vid-corr -t vert-rules-frazrl-rules1-rulh1-tag-vid-corr
Nebo bez něj:
make-corp.sh -s csts-rules-frazrl-rules1-rulh1-tag-vid-corr -t vert-rules-frazrl-rules1-rulh1-tag-vid-corr
Jenom morfologie
- Převést do
csts
:make-corp.sh -s vert -t csts
- Provést morfologii bez Premorfo a Postmorfo:
make-corp.sh -s csts -t csts-morf -A0 -B0 -Eucs2 -M
- Roznásobit tagy:
parallel-filter.sh -C "multiply-tags-csts.pl | simplify-tags-csts-utf.pl | remove-dupl-csts-mark.pl M" -s csts-morf -t csts-morf-rl
- Převést do
vert
:make-corp.sh -s csts-morf-rl -t vert-morf-rl