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

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2016-10-03 21:02:06 +0300
committerHieu Hoang <hieuhoang@gmail.com>2016-10-03 21:02:06 +0300
commit3a72b4958a3fc468b6bd6102e67e24007c9b2d9b (patch)
tree788184f891240ad5393fe50540557a921e3a0588 /misc/Jamfile
parent34e0ac2672778b1759e62994e854c538aaca6f0d (diff)
update Moses::ProbingPT with Moses2::ProbingPT. Does not compile
Diffstat (limited to 'misc/Jamfile')
-rw-r--r--misc/Jamfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/Jamfile b/misc/Jamfile
index f1599aca8..135490a46 100644
--- a/misc/Jamfile
+++ b/misc/Jamfile
@@ -31,9 +31,9 @@ else {
}
exe CreateProbingPT : CreateProbingPT.cpp ..//boost_filesystem ../moses//moses ;
-exe QueryProbingPT : QueryProbingPT.cpp ..//boost_filesystem ../moses//moses ;
+#exe QueryProbingPT : QueryProbingPT.cpp ..//boost_filesystem ../moses//moses ;
-alias programsProbing : CreateProbingPT QueryProbingPT ;
+alias programsProbing : CreateProbingPT ; #QueryProbingPT
exe merge-sorted :
merge-sorted.cc