Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/giza-pp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2015-04-04 19:44:21 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-04-04 19:44:21 +0300
commited1df282117b5865d51ac573b53f3a7f486aeb30 (patch)
tree50eb7a99a09d4e70d017dd87b4f5c48038b04d94
parent2b93c0a36bc45fa6c3b823ffae446f43e27b970b (diff)
update readme to warn people it doesn't work with clang
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index c95a28c..7cddc4b 100644
--- a/README
+++ b/README
@@ -5,3 +5,9 @@ For more information, refer to the README files and the following pages:
http://www.fjoch.com/mkcls.html
http://www.fjoch.com/GIZA++.html
+UPDATE 4th April 2015, by Hieu Hoang:
+
+Works with most versions of gcc, including really old versions. Doesn't work with recent versions of clang.
+
+Why not try using mgiza? It's multi-threaded and kept up to date to work with most compilers
+ https://github.com/moses-smt/mgiza \ No newline at end of file