$:~/mgizapp/scripts$ ./plain2snt-hasvcb.py
Error, the input should be
./plain2snt-hasvcb.py evcb fvcb etxt ftxt esnt(out) fsnt(out) evcbx(out) fvcbx(out)
You should concatenate the evcbx and fvcbx to existing vcb files
can someone explain what the all the acrane inputs for the plain2snt script? the script is from the mgiza++ program for word alignment from http://geek.kyloo.net/software/doku.php/mgiza:forcealignment
evcb = ? #is it the source.vcb file? fvcb = ? #is it the target.vcb file?
esnt(out) = ? fsnt(out) = ?
evcbx(out) = ? fvcbx (out) = ?
ANSWER
I managed to get it to work
$mkcls -n10 -psourcelangfile.vcb -Vsourcelangfile.vcb.classes
$mkcls -n10 -psourcelangfile.vcb -Vtargetlangfile.vcb.classes
$plain2snt sourcelangfile targetlangfile
$snt2cooc sourcelang_targetlang.cooc sourcelangfile.vcb targetlangfile.vcb sourcelangfile_targetlangfile.snt