clab / fast_align

Simple, fast unsupervised word aligner
Apache License 2.0
732 stars 158 forks source link

Create source ||| target phrase table #24

Closed mehmedes closed 6 years ago

mehmedes commented 7 years ago

Is it possible to convert the alignment output into a phrase table:

source ||| target source ||| target source ||| target

?

john-hewitt commented 7 years ago

That's outside the scope of the program. I'd suggest looking at an MT pipeline that can use FastAlign as part of the pipeline. Try Moses or Apache Joshua