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

fredblain/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++ 78.0%
  • Python 11.6%
  • Perl 5.6%
  • C 2.7%
  • CMake 1.2%
  • LLVM 0.3%
  • Other 0.6%