Send Moses-support mailing list submissions to
moses-support@mit.edu
To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.mit.edu/mailman/listinfo/moses-support
or, via email, send a message with subject or body 'help' to
moses-support-request@mit.edu
You can reach the person managing the list at
moses-support-owner@mit.edu
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Moses-support digest..."
Today's Topics:
1. Some questions about the output of GIZA++ (ZhangChunHe)
----------------------------------------------------------------------
Message: 1
Date: Tue, 22 Jul 2014 09:33:57 +0000
From: ZhangChunHe <mn_pq@outlook.com>
Subject: [Moses-support] Some questions about the output of GIZA++
To: "moses-support@mit.edu" <moses-support@mit.edu>
Message-ID: <BLU184-W59A4F6831A990735C029D781F10@phx.gbl>
Content-Type: text/plain; charset="gb2312"
Hi,
I have some questions about the output of GIZA++.
I run Giza-pp-v1.0.7 on Cygwin (version: 1.7.27-2) (the version of G++ is 4.8.2).
I ran the GIZA++ command as follows:
./GIZA++ -S chinese.vcb ?CT english.vcb ?CC chinese_english.snt ?CCoocurrenceFile cooc.ce ?CO e2c
The output ought to contain 17 files. However, the output only contained 13 files (*.A3.final, *.D4.final, *.ti.final and *.actual.ti.final are not generated).
I follow the suggest written on
http://article.gmane.org/gmane.comp.nlp.moses.user/4268/match=giza ,that is, edit the GIZA source file ??GIZA++-v2/model3.cpp??, and change the lines 321-322:
alignfile = Prefix + ??.A3.?? + number;
test_alignfile = Prefix + ??.tst.A3?? + number;
as follows
alignfile = Prefix + ??.UA3.?? + number;
test_alignfile = Prefix + ??.tst.UA3?? + number;
I recompile GIZA. Then ??*.A3.final?? is generated successfully.
But now, I have no idea about how to revise the source files to generate the three other files (*.D4.final, *.ti.final and *.actual.ti.final) successfully.
Yours,Zhang ChunHe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20140722/07e07dd1/attachment-0001.htm
------------------------------
_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support
End of Moses-support Digest, Vol 93, Issue 25
*********************************************
Subscribe to:
Post Comments (Atom)
0 Response to "Moses-support Digest, Vol 93, Issue 25"
Post a Comment