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:
-rw-r--r--Jamroot3
-rw-r--r--contrib/other-builds/moses/.cproject5
-rw-r--r--misc/CreateProbingPT.cpp (renamed from moses/TranslationModel/ProbingPT/CreateProbingPT.cpp)0
-rw-r--r--misc/QueryProbingPT.cpp (renamed from moses/TranslationModel/ProbingPT/QueryProbingPT.cpp)0
-rw-r--r--moses/TranslationModel/ProbingPT/tests/tokenization_tests.cpp (renamed from moses/TranslationModel/ProbingPT/tokenization_tests.cpp)0
-rw-r--r--moses/TranslationModel/ProbingPT/tests/vocabid_test.cpp (renamed from moses/TranslationModel/ProbingPT/vocabid_test.cpp)0
6 files changed, 3 insertions, 5 deletions
diff --git a/Jamroot b/Jamroot
index ab728251a..687d1de7a 100644
--- a/Jamroot
+++ b/Jamroot
@@ -118,7 +118,8 @@ if [ option.get "with-cmph" ] {
requirements += <define>HAVE_CMPH ;
}
-if [ option.get "with-probing-pt" ] {
+if [ option.get "with-probing-pt" : : "yes" ]
+{
external-lib boost_serialization ;
requirements += <define>HAVE_PROBINGPT ;
requirements += <library>boost_serialization ;
diff --git a/contrib/other-builds/moses/.cproject b/contrib/other-builds/moses/.cproject
index 9dfc87b92..0d6abbb4f 100644
--- a/contrib/other-builds/moses/.cproject
+++ b/contrib/other-builds/moses/.cproject
@@ -78,11 +78,8 @@
</toolChain>
</folderInfo>
<fileInfo id="cdt.managedbuild.config.gnu.exe.debug.656913512.511477442" name="Rand.h" rcbsApplicability="disable" resourcePath="LM/Rand.h" toolsToInvoke=""/>
- <fileInfo id="cdt.managedbuild.config.gnu.exe.debug.656913512.790052015" name="IRST.h" rcbsApplicability="disable" resourcePath="LM/IRST.h" toolsToInvoke=""/>
<fileInfo id="cdt.managedbuild.config.gnu.exe.debug.656913512.1211280539" name="DALMWrapper.h" rcbsApplicability="disable" resourcePath="LM/DALMWrapper.h" toolsToInvoke=""/>
- <fileInfo id="cdt.managedbuild.config.gnu.exe.debug.656913512.1274165733" name="DALMWrapper.cpp" rcbsApplicability="disable" resourcePath="LM/DALMWrapper.cpp" toolsToInvoke="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.1774992327.721600862">
- <tool id="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.1774992327.721600862" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.1774992327"/>
- </fileInfo>
+ <fileInfo id="cdt.managedbuild.config.gnu.exe.debug.656913512.790052015" name="IRST.h" rcbsApplicability="disable" resourcePath="LM/IRST.h" toolsToInvoke=""/>
<sourceEntries>
<entry excluding="TranslationModel/fuzzy-match/FuzzyMatchWrapper.cpp|TranslationModel/CompactPT|LM/NeuralLMWrapper.cpp|FF/PhraseLengthFeatureTest.cpp|PhraseLengthFeatureTest.cpp|LM/BackwardTest.cpp|LM/BackwardLMState.h|LM/BackwardLMState.cpp|LM/Backward.h|LM/Backward.cpp|FeatureVectorTest.cpp|LM/ParallelBackoff.h|LM/ParallelBackoff.cpp|src/SyntacticLanguageModelState.h|src/SyntacticLanguageModelFiles.h|src/SyntacticLanguageModel.h|src/SyntacticLanguageModel.cpp|src/LM/SRI.h|src/LM/SRI.cpp|src/LM/Rand.h|src/LM/Rand.cpp|src/LM/LDHT.h|src/LM/LDHT.cpp|SyntacticLanguageModelState.h|SyntacticLanguageModelFiles.h|SyntacticLanguageModel.h|SyntacticLanguageModel.cpp|LM/LDHT.h|LM/LDHT.cpp" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/>
</sourceEntries>
diff --git a/moses/TranslationModel/ProbingPT/CreateProbingPT.cpp b/misc/CreateProbingPT.cpp
index 96ae797f8..96ae797f8 100644
--- a/moses/TranslationModel/ProbingPT/CreateProbingPT.cpp
+++ b/misc/CreateProbingPT.cpp
diff --git a/moses/TranslationModel/ProbingPT/QueryProbingPT.cpp b/misc/QueryProbingPT.cpp
index 3b1c04184..3b1c04184 100644
--- a/moses/TranslationModel/ProbingPT/QueryProbingPT.cpp
+++ b/misc/QueryProbingPT.cpp
diff --git a/moses/TranslationModel/ProbingPT/tokenization_tests.cpp b/moses/TranslationModel/ProbingPT/tests/tokenization_tests.cpp
index 2a63242de..2a63242de 100644
--- a/moses/TranslationModel/ProbingPT/tokenization_tests.cpp
+++ b/moses/TranslationModel/ProbingPT/tests/tokenization_tests.cpp
diff --git a/moses/TranslationModel/ProbingPT/vocabid_test.cpp b/moses/TranslationModel/ProbingPT/tests/vocabid_test.cpp
index bc82db74e..bc82db74e 100644
--- a/moses/TranslationModel/ProbingPT/vocabid_test.cpp
+++ b/moses/TranslationModel/ProbingPT/tests/vocabid_test.cpp