cdec
is a research platform for machine translation and similar structured prediction problems.
Build cdec
:
autoreconf -ifv
./configure
make
./tests/run-system-tests.pl
You will need the following libraries / tools:
- Autoconf / Automake / Libtool
- Older versions of GNU autotools may not work properly.
- Boost C++ libraries (version 1.44 or later)
- If you build your own boost, you must install it using
bjam install
. - Older versions of Boost may work, but problems have been reported with command line option parsing on some platforms with older versions.
- If you build your own boost, you must install it using
- GNU Flex