I was working with mosesserver 0.91 and everything works fine but now there is version 1.0 and nothing is same as before.
Here is my situation:
I want to have multi language translation from arabic to english and from english to arabic.
All data and…
I am trying to run a moses server on Amazon ec2 ebs-backed instance. The languages models and translation models are about 200GB in total. I am thinking to have a moses installed instance loads languages models and translation models stored on s3.…
I have installed moses successfully, I have also install xmlrpc-c via
sudo apt-get install libxmlrpc-core-c3 then I have built the moses via
./bjam --with-xmlrpc-c=[/path/to/xmlrpc-c-config]. While doing these I have followed the instructions in…
So I'm trying to send an xml-rpc message to moses xml-rpc server in Java, but keep getting error:
org.apache.xmlrpc.XmlRpcException: Parameter that is supposed to be a structure is not
I'm using Apache xmlrpc client 3.1.3 from…
When I attempt to tune my Moses tuner (according to the moses baseline), it reaches the end of my tuning dataset (75k lines) and then exits on the code:
Executing: /home/alexm/Desktop/dissertation/models/cy-en/transsystem/mert-work/extractor.sh >…
I am facing an exception calling moses (Statistical Machine Translation) as a service with xmlrpc installed. I firstly open a port to the Moses server
--Listening on port 8082
but the main problem is when I send a rest request with an xml as body…
I am trying to use Apache Tika for machine translation in a Java project, specifically the MosesTranslator class. I have installed Moses by following the instructions given in this link.
However, in the docs for MosesTranslator, it is given that we…
I have just installed moses 2.1 , while trying the sample model I am getting error: Can't read /phrase-model/moses.ini
command I am sending is echo 'das ist ein kleines haus' | /Users/kagrawal/Desktop/tools/moses/bin/moses -f…
I need to translate Spanish tweets into english for my research. I find some toolkit. Among them, Moses is used by some research papers and other emerging toolkits used them as a baseline for evaluation purpose. So i am considering it as a…
I was trying to make a baseline MT system. Just for checking How it works I made Source (S) and Target (T) language corpus of just 2000 sentences. The very first step is to prepare the data for Machine Translation (MT) system. In this step first we…
I try to create the model in Moses SMT from two parallel language files.
I completed all the stages of creation of the model.
But when I run translation:
echo "Um zu bestimmen" | ~/mosesdecoder/bin/moses -f…
What scripts are used (and how?) to get the newstest datasets from wmt from the .sgm format to an unformatted format (like the europarl dataset)?
e.g. the newstest dataset downloaded at: http://www.statmt.org/wmt15/test.tgz
contains (when extracted)…
Does anyone know how to replace GIZA++ in Moses with Anymalign which is obtained from here
In fact, there is 9 steps to using Moses, I want to start the step 4 without passing the step 2 and 3, but it seems to be impossible not to use GIZA++.…
Currently I am new to Moses and have trained a few sample data set provided on websites.
I am looking for more data sets to train the system.
Are these available online?
What should I be looking at while searching on google?
I am trying to install SRILM on my computer using os linux ubuntu 12.04, the gcc version 4.6.3 and the machine type is i686. at the end of the process it gives result of 2 errors as follows:
-o ../obj/i686/tclmain.o tclmain.cc
tclmain.cc:8:17: fatal…