neubig / travatar

This is a repository for the Travatar forest-to-string translation decoder
GNU Lesser General Public License v3.0
28 stars 11 forks source link

Travatar training tutorial GIZA++ doesn't compile with clang #33

Open neubig opened 9 years ago

neubig commented 9 years ago

This is not a problem with Travatar itself, but GIZA++ doesn't compile out-of-the box with clang. There are two solutions:

  1. Fix GIZA++ to work with clang and push the fix upstream.
  2. Fix Travatar to work with MGIZA, which allegedly compiles on clang.