all:	enes_moses_server_fast_200 enes_moses_server_fast_eamt11 enes_moses_server_fast_eamt11_double enes_moses_server_fast_200 enes_moses_server_fast_2000 enes_moses_server_fast_20000 enes_moses_server_fast_200000 
make:
	javac -classpath "xmlrpc-client-3.1.3.jar:xmlrpc-common-3.1.jar:ws-commons-util.jar:."  si/upr/famnit/hadoopmoses/MosesClient.java
	javac -classpath "xmlrpc-client-3.1.3.jar:xmlrpc-common-3.1.jar:ws-commons-util.jar:hadoop-core-1.0.3.jar:."  si/upr/famnit/hadoopmoses/TranslateWithMoses.java
	javac -classpath "xmlrpc-client-3.1.3.jar:xmlrpc-common-3.1.jar:ws-commons-util.jar:hadoop-core-1.0.3.jar:."  si/upr/famnit/hadooprbmt/TranslateWithApertium.java
start_moses_client:
	java -classpath "xmlrpc-client-3.1.3.jar:xmlrpc-common-3.1.jar:ws-commons-util.jar:."  si/upr/famnit/hadoopmoses/MosesClient
enes_moses_server_fast_eamt11:
	echo "EN ES translate moses eamt11 start" >> outout_single_server_fast
	/usr/bin/time --output outout_single_server_fast --append --portability ./eval_moses_server "eamt11_sources" "java -classpath xmlrpc-client-3.1.3.jar:xmlrpc-common-3.1.jar:ws-commons-util.jar:.  si/upr/famnit/hadoopmoses/MosesClient"
	echo "EN ES translate moses eamt11 end" >> outout_single_server_fast
enes_moses_server_fast_eamt11_double:
	echo "EN ES translate moses eamt11 DOUBLE start" >> outout_single_server_fast
	/usr/bin/time --output outout_single_server_fast --append --portability ./eval_moses_server "eamt11_sources_double" "java -classpath xmlrpc-client-3.1.3.jar:xmlrpc-common-3.1.jar:ws-commons-util.jar:.  si/upr/famnit/hadoopmoses/MosesClient"
	echo "EN ES translate moses eamt11 DOUBLE end" >> outout_single_server_fast
enes_moses_server_fast_200:
	echo "EN ES translate moses 200 start" >> outout_single_server_fast
	/usr/bin/time --output outout_single_server_fast --append --portability ./eval_moses_server "10Sentence200Words" "java -classpath xmlrpc-client-3.1.3.jar:xmlrpc-common-3.1.jar:ws-commons-util.jar:.  si/upr/famnit/hadoopmoses/MosesClient"
	echo "EN ES translate moses 200 end" >> outout_single_server_fast
enes_moses_server_fast_2000:
	echo "EN ES translate moses 2000 start" >> outout_single_server_fast
	/usr/bin/time --output outout_single_server_fast --append --portability ./eval_moses_server "100Sentence2000Words" "java -classpath xmlrpc-client-3.1.3.jar:xmlrpc-common-3.1.jar:ws-commons-util.jar:.  si/upr/famnit/hadoopmoses/MosesClient"
	echo "EN ES translate moses 2000 end" >> outout_single_server_fast
enes_moses_server_fast_20000:
	echo "EN ES translate moses 20000 start" >> outout_single_server_fast
	/usr/bin/time --output outout_single_server_fast --append --portability ./eval_moses_server "1000Sentence20000Words" "java -classpath xmlrpc-client-3.1.3.jar:xmlrpc-common-3.1.jar:ws-commons-util.jar:.  si/upr/famnit/hadoopmoses/MosesClient"
	echo "EN ES translate moses 20000 end" >> outout_single_server_fast
enes_moses_server_fast_200000:
	echo "EN ES translate moses 200000 start" >> outout_single_server_fast
	/usr/bin/time --output outout_single_server_fast --append --portability ./eval_moses_server "10000Sentence200000Words" "java -classpath xmlrpc-client-3.1.3.jar:xmlrpc-common-3.1.jar:ws-commons-util.jar:.  si/upr/famnit/hadoopmoses/MosesClient"
	echo "EN ES translate moses 200000 end" >> outout_single_server_fast