mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 05:14:36 +03:00
move c++ code out of /script/ to /
This commit is contained in:
parent
c3d4615fc0
commit
4eef94b121
2
Jamroot
2
Jamroot
@ -104,7 +104,7 @@ build-project scripts ;
|
||||
#Regression tests (only does anything if --with-regtest is passed)
|
||||
build-project regression-testing ;
|
||||
|
||||
alias programs : lm//query lm//build_binary moses-chart-cmd/src//moses_chart moses-cmd/src//programs OnDiskPt//CreateOnDiskPt OnDiskPt//queryOnDiskPt mert//programs contrib/server//mosesserver misc//programs scripts//training//symal scripts//training//lexical-reordering scripts//training//phrase-extract scripts//training//phrase-extract//extract-ghkm scripts//training//phrase-extract//pcfg-extract scripts//training//phrase-extract//pcfg-score ;
|
||||
alias programs : lm//query lm//build_binary moses-chart-cmd/src//moses_chart moses-cmd/src//programs OnDiskPt//CreateOnDiskPt OnDiskPt//queryOnDiskPt mert//programs contrib/server//mosesserver misc//programs symal scripts//training//lexical-reordering phrase-extract phrase-extract//extract-ghkm phrase-extract//pcfg-extract phrase-extract//pcfg-score ;
|
||||
|
||||
install-bin-libs programs ;
|
||||
install-headers headers-base : [ glob-tree *.h *.hh : jam-files dist bin lib include kenlm moses ] : . ;
|
||||
|
@ -1,5 +1,5 @@
|
||||
obj InputFileStream.o : InputFileStream.cpp : <include>. ;
|
||||
alias InputFileStream : InputFileStream.o ../../..//z ;
|
||||
alias InputFileStream : InputFileStream.o ..//z ;
|
||||
|
||||
obj tables-core.o : tables-core.cpp : <include>. ;
|
||||
obj AlignmentPhrase.o : AlignmentPhrase.cpp : <include>. ;
|
||||
@ -10,17 +10,17 @@ obj XmlTree.o : XmlTree.cpp : <include>. ;
|
||||
alias filestreams : InputFileStream.cpp OutputFileStream.cpp : : : <include>. ;
|
||||
alias trees : SyntaxTree.cpp tables-core.o XmlTree.o : : : <include>. ;
|
||||
|
||||
exe extract : tables-core.o SentenceAlignment.o extract.cpp OutputFileStream.cpp InputFileStream ../../..//boost_iostreams ;
|
||||
exe extract : tables-core.o SentenceAlignment.o extract.cpp OutputFileStream.cpp InputFileStream ..//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 ../moses/src//ThreadPool ..//boost_iostreams ;
|
||||
|
||||
exe extract-lex : extract-lex.cpp InputFileStream ;
|
||||
|
||||
exe score : tables-core.o AlignmentPhrase.o score.cpp PhraseAlignment.cpp OutputFileStream.cpp InputFileStream ../../..//boost_iostreams ;
|
||||
exe score : tables-core.o AlignmentPhrase.o score.cpp PhraseAlignment.cpp OutputFileStream.cpp InputFileStream ..//boost_iostreams ;
|
||||
|
||||
exe consolidate : consolidate.cpp tables-core.o OutputFileStream.cpp InputFileStream ../../..//boost_iostreams ;
|
||||
exe consolidate : consolidate.cpp tables-core.o OutputFileStream.cpp InputFileStream ..//boost_iostreams ;
|
||||
|
||||
exe consolidate-direct : consolidate-direct.cpp OutputFileStream.cpp InputFileStream ../../..//boost_iostreams ;
|
||||
exe consolidate-direct : consolidate-direct.cpp OutputFileStream.cpp InputFileStream ..//boost_iostreams ;
|
||||
|
||||
exe consolidate-reverse : consolidate-reverse.cpp tables-core.o InputFileStream ;
|
||||
|
1
phrase-extract/extract-ghkm/Jamfile
Normal file
1
phrase-extract/extract-ghkm/Jamfile
Normal file
@ -0,0 +1 @@
|
||||
exe extract-ghkm : [ glob *.cpp ] ..//filestreams ..//trees ../..//boost_iostreams ../..//boost_program_options ../..//z ;
|
1
phrase-extract/pcfg-extract/Jamfile
Normal file
1
phrase-extract/pcfg-extract/Jamfile
Normal file
@ -0,0 +1 @@
|
||||
exe pcfg-extract : [ glob *.cc ] ..//pcfg-common ../..//boost_program_options ;
|
1
phrase-extract/pcfg-score/Jamfile
Normal file
1
phrase-extract/pcfg-score/Jamfile
Normal file
@ -0,0 +1 @@
|
||||
exe pcfg-score : [ glob *.cc ] ..//pcfg-common ../..//boost_program_options ;
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user