mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 14:05:29 +03:00
Trigger biconcor compilation
This commit is contained in:
parent
00805d5d6f
commit
04dbfc3933
@ -1,6 +1,7 @@
|
||||
#See ../Jamroot for options.
|
||||
import option ;
|
||||
|
||||
build-project ems/biconcor ;
|
||||
build-project training ;
|
||||
|
||||
with-giza = [ option.get "with-giza" ] ;
|
||||
|
@ -1,3 +1,3 @@
|
||||
exe biconcur : Vocabulary.cpp SuffixArray.cpp TargetCorpus.cpp Alignment.cpp Mismatch.cpp PhrasePair.cpp PhrasePairCollection.cpp biconcor.cpp base64.cpp ;
|
||||
exe biconcor : Vocabulary.cpp SuffixArray.cpp TargetCorpus.cpp Alignment.cpp Mismatch.cpp PhrasePair.cpp PhrasePairCollection.cpp biconcor.cpp base64.cpp ;
|
||||
|
||||
install legacy : biconcur : <location>. ;
|
||||
install legacy : biconcor : <location>. ;
|
||||
|
Loading…
Reference in New Issue
Block a user