mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-02 17:09:36 +03:00
Jam lexical reordering
This commit is contained in:
parent
dfd332f229
commit
f4f59e38ca
3
scripts/training/lexical-reordering/Jamfile
Normal file
3
scripts/training/lexical-reordering/Jamfile
Normal file
@ -0,0 +1,3 @@
|
||||
exe score : reordering_classes.cpp score.cpp ../../..//z ;
|
||||
|
||||
install dist : score : <location>. <install-type>EXE ;
|
@ -1,15 +0,0 @@
|
||||
|
||||
all: score
|
||||
|
||||
clean:
|
||||
rm -f *.o
|
||||
|
||||
.cpp.o:
|
||||
$(CXX) -O6 -g -c $<
|
||||
|
||||
score: score.cpp reordering_classes.o
|
||||
$(CXX) score.cpp reordering_classes.o -lz -o score
|
||||
|
||||
#reordering_classes.o: reordering_classes.h reordering_classes.cpp
|
||||
# $(CXX) reordering_classes.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user