Send Moses-support mailing list submissions to
moses-support@mit.edu
To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.mit.edu/mailman/listinfo/moses-support
or, via email, send a message with subject or body 'help' to
moses-support-request@mit.edu
You can reach the person managing the list at
moses-support-owner@mit.edu
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Moses-support digest..."
Today's Topics:
1. Re: A beginner question (Franz Bissinger)
2. Re: A beginner question (Hieu Hoang)
3. Regarding Moses Interface (Pranjal Das)
4. Check iterAlign != alignmentInfo.end() (charmaine ponay)
----------------------------------------------------------------------
Message: 1
Date: Wed, 11 Jun 2014 18:32:11 +0200
From: "Franz Bissinger" <franz@negation.info>
Subject: Re: [Moses-support] A beginner question
To: <moses-support@mit.edu>
Message-ID: <D474BF7B292A44958A85AFBE6C0879CB@Henna>
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
reply-type=response
Hi Barry,
Thanks a lot for your replying so quickly. The VM I'm using is the one
stored in debian 64-bit.ova which I found
http://www.statmt.org/moses/RELEASE-2.1/vm/. Is it possible the moses
installation on this machine is outdated? Is there a way I can check the
version?
Anyway, if that vm contains an outdated installation I'll download the 2.1
deb version you provided a link for. Thanks a lot for this!
Have a nice evening
Franz
P.S. Does anybody know if there is a plug-in or whatever allowing to
establish a conntection between Moses and Trados Studio or memoQ?
----- Original Message -----
From: "Barry Haddow" <bhaddow@staffmail.ed.ac.uk>
To: "Franz Bissinger" <franz@negation.info>; <moses-support@mit.edu>
Cc: "Franz Bissinger" <franz@seschat.de>
Sent: Wednesday, June 11, 2014 5:55 PM
Subject: Re: [Moses-support] A beginner question
> Hi Franz
>
> It looks like you are using an old version of Moses with a new config file
> format, which is why it is failing. There are rpms and debs for v2.1 on
> the Moses website (http://www.statmt.org/moses/?n=Moses.Packages) which
> will work with the sample models,
>
> cheers - Barry
>
> On 11/06/14 15:33, Franz Bissinger wrote:
>>
>> Hello Everybody,
>>
>> Before starting with my questions let me please introduce myself. My name
>> is Franz Bissinger. I'm running a small localization company in Germany,
>> Munich area. I'm familiar with all kinds of technical things related to
>> the IT, but my major responsibility is to run my company and to do my
>> daily localization work rather than to play with Linux and tools such as
>> Moses. On the other side as it is usual in small companies I'm the guy
>> dealing with all questions around hardware and software.
>>
>> At the moment I'm trying to make my fist experiences with MT and
>> especially with Moses. For doing so I configured an Ubuntu 12.04 server
>> (8 Cores, 10 GB RAM), installed VirtualBox, downloaded the moses vm
>> "debian 64-bit.ova" and imported it successfully to my server from where
>> I run it in headless mode. I'm able to access the VM via a Remote Desktop
>> Connection from my Windows 7 machine as well through ssh as via PUTTY.
>> That's the background.
>>
>> Today I tried for the first time to run the small sample found under
>> "Phrase-based Tutorial" here
>> http://www.statmt.org/moses/?n=Moses.Tutorial. Unfortunately, so far all
>> my attempts to run moses with the sample 'das ist ein kleines haus'
>> fails. This is my command line:
>>
>> echo 'das ist ein kleines haus' | /opt/moses/bin/moses -f
>> phrase-model/moses.ini > ../out
>>
>> And this is what I'm getting out:
>>
>> Defined parameters (per moses.ini or switch):
>> config: phrase-model/moses.ini
>> feature: KENLM name=LM factor=0 order=3 num-features=1
>> path=lm/europarl.srilm.gz Distortion WordPenalty UnknownWordPenalty
>> PhraseDictionaryMemory input-factor=0 output-factor=0
>> path=phrase-model/phrase-table num-features=1 table-limit=10
>> input-factors: 0
>> mapping: T 0
>> n-best-list: nbest.txt 100
>> weight: WordPenalty0= 0 LM= 1 Distortion0= 1
>> PhraseDictionaryMemory0= 1
>> ERROR:Unknown parameter feature
>> ERROR:Unknown parameter weight
>> ERROR:No phrase translation table (ttable-file)
>>
>> I do not really have an idea, what's wrong, Maybe the sample uses an
>> version 1 moses.ini file. If that is true what would be the right command
>> line if I'd use one of the europarl models (de-en) I downloaded from
>> http://www.statmt.org/moses/RELEASE-2.1/models/ instead of the sample
>> model?
>>
>> I'm sorry to bother you with this kind of newbie questions, but
>> unfortunately I'm not able to find any other helpful information.
>>
>> Thanks a lot for your help in advance.
>>
>> Best
>>
>> Franz
>>
>>
>> _______________________________________________
>> Moses-support mailing list
>> Moses-support@mit.edu
>> http://mailman.mit.edu/mailman/listinfo/moses-support
>
>
> --
> The University of Edinburgh is a charitable body, registered in
> Scotland, with registration number SC005336.
>
------------------------------
Message: 2
Date: Wed, 11 Jun 2014 17:46:49 +0100
From: Hieu Hoang <hieuhoang@gmail.com>
Subject: Re: [Moses-support] A beginner question
To: Barry Haddow <bhaddow@staffmail.ed.ac.uk>, Franz Bissinger
<franz@negation.info>, moses-support@mit.edu
Cc: Franz Bissinger <franz@seschat.de>
Message-ID: <539887F9.8090505@gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
the version is correct. It's just that the paths in the moses.ini files
are absolute paths, taken from the server it was originally ran on.
To use the pre-made model, the following steps need to be taken:
1. the tuned moses ini file should be download from the directory
tuning/moses.tuned.ini.*
2. download the model files referenced in the ini file.
3. binarize the model files according to documentation on the Moses website
http://www.statmt.org/moses/
4. Change the ini file to use the binary model files, instead of the
initial text models
5. Download the corresponding recaser from
recaser
6.Tokenize and lower case your input, translate with the decoder, then
recase and detokenize your output.
On 11/06/14 16:55, Barry Haddow wrote:
> Hi Franz
>
> It looks like you are using an old version of Moses with a new config
> file format, which is why it is failing. There are rpms and debs for
> v2.1 on the Moses website
> (http://www.statmt.org/moses/?n=Moses.Packages) which will work with the
> sample models,
>
> cheers - Barry
>
> On 11/06/14 15:33, Franz Bissinger wrote:
>> Hello Everybody,
>>
>> Before starting with my questions let me please introduce myself. My
>> name is Franz Bissinger. I'm running a small localization company in
>> Germany, Munich area. I'm familiar with all kinds of technical things
>> related to the IT, but my major responsibility is to run my company
>> and to do my daily localization work rather than to play with Linux
>> and tools such as Moses. On the other side as it is usual in small
>> companies I'm the guy dealing with all questions around hardware and
>> software.
>>
>> At the moment I'm trying to make my fist experiences with MT and
>> especially with Moses. For doing so I configured an Ubuntu 12.04
>> server (8 Cores, 10 GB RAM), installed VirtualBox, downloaded the
>> moses vm "debian 64-bit.ova" and imported it successfully to my server
>> from where I run it in headless mode. I'm able to access the VM via a
>> Remote Desktop Connection from my Windows 7 machine as well through
>> ssh as via PUTTY. That's the background.
>>
>> Today I tried for the first time to run the small sample found under
>> "Phrase-based Tutorial" here
>> http://www.statmt.org/moses/?n=Moses.Tutorial. Unfortunately, so far
>> all my attempts to run moses with the sample 'das ist ein kleines
>> haus' fails. This is my command line:
>>
>> echo 'das ist ein kleines haus' | /opt/moses/bin/moses -f
>> phrase-model/moses.ini > ../out
>>
>> And this is what I'm getting out:
>>
>> Defined parameters (per moses.ini or switch):
>> config: phrase-model/moses.ini
>> feature: KENLM name=LM factor=0 order=3 num-features=1
>> path=lm/europarl.srilm.gz Distortion WordPenalty UnknownWordPenalty
>> PhraseDictionaryMemory input-factor=0 output-factor=0
>> path=phrase-model/phrase-table num-features=1 table-limit=10
>> input-factors: 0
>> mapping: T 0
>> n-best-list: nbest.txt 100
>> weight: WordPenalty0= 0 LM= 1 Distortion0= 1
>> PhraseDictionaryMemory0= 1
>> ERROR:Unknown parameter feature
>> ERROR:Unknown parameter weight
>> ERROR:No phrase translation table (ttable-file)
>>
>> I do not really have an idea, what's wrong, Maybe the sample uses an
>> version 1 moses.ini file. If that is true what would be the right
>> command line if I'd use one of the europarl models (de-en) I
>> downloaded from http://www.statmt.org/moses/RELEASE-2.1/models/
>> instead of the sample model?
>>
>> I'm sorry to bother you with this kind of newbie questions, but
>> unfortunately I'm not able to find any other helpful information.
>>
>> Thanks a lot for your help in advance.
>>
>> Best
>>
>> Franz
>>
>>
>> _______________________________________________
>> Moses-support mailing list
>> Moses-support@mit.edu
>> http://mailman.mit.edu/mailman/listinfo/moses-support
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20140611/702f29f1/attachment-0001.htm
------------------------------
Message: 3
Date: Wed, 11 Jun 2014 22:20:45 +0530
From: Pranjal Das <pranjal4456@gmail.com>
Subject: [Moses-support] Regarding Moses Interface
To: moses-support <moses-support@mit.edu>
Message-ID:
<CAAGh44zhiywRuwBhfCgsWn4PZKH4TKCUhSdO__RAdy+Pd9RoVQ@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Hello everyone, just like apertium-viewer in apertium, is there any
such interface for moses that i can use. I am not able to do that with
moses server from the manual. Thank you.
--
Regards,
*Pranjal Das*
Department of Information Technology,
Gauhati University Institute of Science and Technology,
Phone- +91-8399879454
------------------------------
Message: 4
Date: Wed, 11 Jun 2014 23:27:15 -0700
From: charmaine ponay <csponay@gmail.com>
Subject: [Moses-support] Check iterAlign != alignmentInfo.end()
To: moses-support@mit.edu
Message-ID:
<CAB0nykciNQ_SixJ8Wkiejkn2T8-3ybBi-8kovkNKpnx_Fm6UFw@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi, how do i resolve this error or what does it mean?
Check iterAlign != alignmentInfo.end() failed in
moses\TranslationModel\PhraseDi
ctionaryMemory.cpp:100
Aborted (core dumped)
thanks
Regards,
*Charmaine Salvador - Ponay*
Instructor
Information and Computer Studies Dept.
University of Santo Tomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20140611/bf6750e7/attachment.htm
------------------------------
_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support
End of Moses-support Digest, Vol 92, Issue 27
*********************************************
Subscribe to:
Post Comments (Atom)
0 Response to "Moses-support Digest, Vol 92, Issue 27"
Post a Comment