Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sentence mismatch error when generate bi-alignment for incremental training #1

Open
GoogleCodeExporter opened this issue Jul 4, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Hi,


The following are my steps:
1. Run GIZA++ with step1.config (run inverse alignment with a similar config)
2. Run GIZA++ with step2.config (run inverse alignment with a similar config)
3. Run giza2bal.pl -i step2.ahmm.5 -d step2.inv.ahmm.5 | symal 
-alignment="grow" -diagonal="yes" -final="yes" -both="yes" > new-alignment-file 

I expected to see a new alignment file after incremental training with an 
additional data in step 2. But GIZA output "Sentence mismatch error"

Sentence mismatch error . Line #1
...
Sentence mismatch error . Line #13

I run GIZA++v2 on Fedora 14.

At the beginning, I incremental trained alignment by using a small corpus based 
on instructions at http://www.statmt.org/moses/?n=Moses.AdvancedFeatures#ntoc32 
I received the same error as above. Then I tried with your example config and 
hope it works well. However it doesn't work.

I would appreciate if you can help.

Thank you very much.

Original issue reported on code.google.com by stampi...@gmail.com on 22 Jun 2012 at 7:17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant