You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have train a model on a big corpus, and then I want to obtain align result on some new data.
Like ./scripts/force-align-moses.sh, the .vcb .cooc files are new generated and the .classes use existed files, then use mgiza to obtain results.
However,there are nearly a half of sentences are lost in en2cn.A3.final.part000-047, hence I can't use ./scripts/merge_result.py to merge results.
Where could be my problem???
The text was updated successfully, but these errors were encountered:
I have train a model on a big corpus, and then I want to obtain align result on some new data.
Like
./scripts/force-align-moses.sh
, the.vcb .cooc
files are new generated and the.classes
use existed files, then usemgiza
to obtain results.However,there are nearly a half of sentences are lost in
en2cn.A3.final.part000-047
, hence I can't use./scripts/merge_result.py
to merge results.Where could be my problem???
The text was updated successfully, but these errors were encountered: