Skip to content
/ cdec Public
forked from redpony/cdec

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

License

Notifications You must be signed in to change notification settings

jflanigan/cdec

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 50.3%
  • C++ 42.8%
  • Python 4.5%
  • Perl 2.3%
  • Ruby 0.1%
  • Shell 0.0%