bpotard / idlak

This repository is now obsolete. Please go to https://github.com/idlak/idlak instead.
https://github.com/idlak/idlak
Other
39 stars 15 forks source link

Old IRSTLM doesn't compile on modern versions of gcc #9

Closed danijel3 closed 6 years ago

danijel3 commented 7 years ago

The old version of IRSTLM causes compiler errors on gcc version 6.

Kaldi moved away from IRSTLM for that reason.

Suggest either using newer versions of IRSTLM from github, or switching to PocoLM, like the new versions of Kaldi.

bpotard commented 7 years ago

Hi,

Thanks, this is a known issue. The plan is to keep idlak in sync with kaldi, but we have not had time to upgrade to a recent version of the trunk while preserving all the functionalities of idlak yet. We will close that issue when this is done.

Blaise