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 <fishandfrolick@gmail.com>2012-08-01 01:03:11 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-08-01 01:03:11 +0400
commitc778113ba76498a9bc7a32cc68dccfb6436c3e1a (patch)
tree157c9340dbfceeb62ca7f90f701bf3e2e4eb6ba2 /phrase-extract
parentdd4cf4523b38790cc0af1c5ac0f955f2112c18f4 (diff)
get rid of threading
Diffstat (limited to 'phrase-extract')
-rw-r--r--phrase-extract/Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/phrase-extract/Jamfile b/phrase-extract/Jamfile
index eeee9e371..1b9a4795c 100644
--- a/phrase-extract/Jamfile
+++ b/phrase-extract/Jamfile
@@ -12,7 +12,7 @@ alias trees : SyntaxTree.cpp tables-core.o XmlTree.o : : : <include>. ;
exe extract : tables-core.o SentenceAlignment.o extract.cpp OutputFileStream.cpp InputFileStream ../moses/src//ThreadPool ..//boost_iostreams ;
-exe extract-rules : tables-core.o SentenceAlignment.o SyntaxTree.o XmlTree.o SentenceAlignmentWithSyntax.cpp HoleCollection.cpp extract-rules.cpp ExtractedRule.cpp OutputFileStream.cpp InputFileStream ../moses/src//ThreadPool ..//boost_iostreams ;
+exe extract-rules : tables-core.o SentenceAlignment.o SyntaxTree.o XmlTree.o SentenceAlignmentWithSyntax.cpp HoleCollection.cpp extract-rules.cpp ExtractedRule.cpp OutputFileStream.cpp InputFileStream ..//boost_iostreams ;
exe extract-lex : extract-lex.cpp InputFileStream ;