all:	gatherdata meteor
gatherdata:
	cp ../../translate/presis_slen_tst .
	cp ../../translate/presis_slen_src .
	cp ../../translate/presis_slen_ref .
	./makeSingleBleuTranslations src SL SR presis_slen |sed -e "s/SEG><SEG>/SEG>\n<SEG>/g"> src
	./makeSingleBleuTranslations tst SL SR presis_slen |sed -e "s/SEG><SEG>/SEG>\n<SEG>/g"> tst
	./makeSingleBleuTranslations ref SL SR presis_slen |sed -e "s/SEG><SEG>/SEG>\n<SEG>/g"> ref	
meteor:
	perl meteor.pl -s 12 -t tst -r ref >qqq
	cat qqq|tail -n 14 > slen_METEOR_result
