aykutfirat / cdec

Decoder, aligner, and model optimizer for statistical machine translation and other structured prediction models based on (mostly) context-free formalisms

Home Page:http://cdec-decoder.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cdec is a research platform for machine translation and similar structured prediction problems.

Installation

Build cdec:

autoreconf -ifv
./configure
make
./tests/run-system-tests.pl

You will need the following libraries / tools:

Further information

For more information, refer to the cdec documentation

About

Decoder, aligner, and model optimizer for statistical machine translation and other structured prediction models based on (mostly) context-free formalisms

http://cdec-decoder.org/

License:Apache License 2.0