The unsupervised training for GIZA++ requires only sentence-aligned input, not any examples of correct word alignments. I want to perform supervised training, training a model with correct examples before the model is used to process new data.
Is it possible to run GIZA++ in such a way that it benefits from the statistical input of some confirmed alignments and preserves that information for use in aligning new text?
So far I've been reading documentation on http://www.statmt.org/moses/?n=FactoredTraining.HomePage. The train-model.perl script mentioned there seems to be part of the broader Moses software, not part of the GIZA++ package we've installed.