diff options
author | Chris Dyer <cdyer@cab.ark.cs.cmu.edu> | 2012-10-02 01:10:44 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cab.ark.cs.cmu.edu> | 2012-10-02 01:10:44 -0400 |
commit | 991daa54e8138939088d134011176a52120d0a1b (patch) | |
tree | bbb2760004456265edfaae8b930cd3d4d8e7eb31 /README.md | |
parent | d9918e2a47edf5887a179a566243a37e7b9a1c03 (diff) |
new readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 00000000..d19fda3e --- /dev/null +++ b/README.md @@ -0,0 +1,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) + |