summaryrefslogtreecommitdiff
path: root/README.md
blob: d19fda3e7874254ac75633819d7f4dccd133a7b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
`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:

	boost
	GNU Autotools
	GNU Flex

## Further information

[For more information, refer to the cdec documentation](http://www.cdec-decoder.org)