public MosesProxyServiceREST(){
if(mp==null){
try {
Properties init=new Properties();
init.load(MosesRequestProcessor.class.getClassLoader().getResourceAsStream(propertiesFile));
MosesProxyServiceREST.mp=new MosesRequestProcessor(init);
} catch (Exception e) {
e.printStackTrace();
}
}
}