summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
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)
+