Moses-support Digest, Vol 130, Issue 7

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. CFP: Special Session on Multilingual Technologies
(Vishal Goyal (????? ????))
2. TRAINING_extract-phrases Input/output error (Stef M)
3. Re: TRAINING_extract-phrases Input/output error (Hieu Hoang)
4. 1st attempt with EMS (Gary Hess)


----------------------------------------------------------------------

Message: 1
Date: Thu, 17 Aug 2017 22:04:50 +0530
From: Vishal Goyal(????? ????) <vishal.pup@gmail.com>
Subject: [Moses-support] CFP: Special Session on Multilingual
Technologies
To: moses-support <moses-support@mit.edu>, ltrg
<ltrg@googlegroups.com>, "mt-list@eamt.org" <mt-list@eamt.org>
Message-ID:
<CADAAq5wo2aky-CfVaYhq1bSM2MEoqS7Ok1aWSxPrKfqF7-5Qig@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Respected All,
Greetings.
It is to inform you that During the 3rd IEEE International Conference , A
special Session is being conducted on Multilingual Technologies. You are
requested to kindly contribute your research papers and give it wider
publicity. Thanks. Following is the link for the special session Call for
papers.

http://www.iot-siu.in/special-session-on-multilingual-processing-2/

Thanks in anticipation.



--
*Regards,*
Vishal Goyal,
Ph.D., M.Tech., MCA, M.C.S.D.
Associate Professor(Stage IV),
Department of Computer Science,
Punjabi University Patiala-147002.


***************************************************************************************************************************************
*Theory Of Computation Video Lectures on YouTube:*
https://www.youtube.com/channel/UCWkhzvxKuJ5G2SF2opeGngg

*Book: A Simplified Approach to Data Structures, Shroff Publications and
Distributors*
http://www.shroffpublishers.com/detail.aspx?title=6163

*Machine Translation Systems:*
[*Online Hindi to Punjabi Machine Translation Tool -*
http://h2p.learnpunjabi.org ]
[*Statistical Approach Based Hindi to Punjabi Machine Translation System *
- http://statmt.org/~vishal/hp/index.cgi
- http://tdil-dc.in/hi2pu/index.cgi
]

*Editor-in-Chief : [Research Cell: An International Journal of Engineering
Sciences, http://ijoes.vidyapublications.com
<http://ijoes.vidyapublications.com>]*
*************************************************************************************************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20170817/9d75b1eb/attachment-0001.html

------------------------------

Message: 2
Date: Thu, 17 Aug 2017 19:07:04 +0200
From: Stef M <mstefd22@gmail.com>
Subject: [Moses-support] TRAINING_extract-phrases Input/output error
To: moses-support@mit.edu
Message-ID:
<CA+hoJ39J+40Fu3qcdedE_C+QQ8RaT8qBYT8B8nNeDSsqP=0qag@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Dear all,

I am running an experiment using EMS and I tried 5 times to run it and it
always gives the same error at extracting phrases. I have enough memory, so
I do not know what could be the problem. Could you please help with some
suggestions?

Below the last lines from TRAINING_extract-phrases.1.STDER (I replaced the
long path with a string to be more easily to read):

gunzip -c path/exp_EN-FR_wmt_bs/model/tmp.5428/extract.0000000.o.gz
path/exp_EN-FR_wmt_bs/model/tmp.5428/extract.0000001.o.gz
path/exp_EN-FR_wmt_bs/model/tmp.5428/extract.0000002.o.gz
path/exp_EN-FR_wmt_bs/model/tmp.5428/extract.0000003.o.gz
path/exp_EN-FR_wmt_bs/model/tmp.5428/extract.0000004.o.gz
path/exp_EN-FR_wmt_bs/model/tmp.5428/extract.0000005.o.gz
path/exp_EN-FR_wmt_bs/model/tmp.5428/extract.0000006.o.gz
path/exp_EN-FR_wmt_bs/model/tmp.5428/extract.0000007.o.gz | LC_ALL=C sort
-T path/exp_EN-FR_wmt_bs/model/tmp.5428 2>> /dev/stderr | gzip -c >
path/exp_EN-FR_wmt_bs/model/extract.1.o.sorted.gz 2>> /dev/stderr
Finished Thu Aug 17 05:46:34 2017
...........................................................................
................
.............
...
...
.
.
sort: write failed: path/exp_EN-FR_wmt_bs/model/tmp.5428/sortUdapfp:
Input/output error
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20170817/e2bc6900/attachment-0001.html

------------------------------

Message: 3
Date: Thu, 17 Aug 2017 18:20:30 +0100
From: Hieu Hoang <hieuhoang@gmail.com>
Subject: Re: [Moses-support] TRAINING_extract-phrases Input/output
error
To: Stef M <mstefd22@gmail.com>
Cc: moses-support <moses-support@mit.edu>
Message-ID:
<CAEKMkbhankiGp27AhnQgBpFOCxPaBoF_Zu7UtDJhdeoXjGv3mQ@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

You may have run out of disk space. If your experiment directory is on a
network drive, the network might have choked. So put your experiments
1. on a bigger drive
2. on a local drive

Hieu Hoang
http://moses-smt.org/


On 17 August 2017 at 18:07, Stef M <mstefd22@gmail.com> wrote:

> Dear all,
>
> I am running an experiment using EMS and I tried 5 times to run it and it
> always gives the same error at extracting phrases. I have enough memory, so
> I do not know what could be the problem. Could you please help with some
> suggestions?
>
> Below the last lines from TRAINING_extract-phrases.1.STDER (I replaced
> the long path with a string to be more easily to read):
>
> gunzip -c path/exp_EN-FR_wmt_bs/model/tmp.5428/extract.0000000.o.gz
> path/exp_EN-FR_wmt_bs/model/tmp.5428/extract.0000001.o.gz
> path/exp_EN-FR_wmt_bs/model/tmp.5428/extract.0000002.o.gz
> path/exp_EN-FR_wmt_bs/model/tmp.5428/extract.0000003.o.gz
> path/exp_EN-FR_wmt_bs/model/tmp.5428/extract.0000004.o.gz
> path/exp_EN-FR_wmt_bs/model/tmp.5428/extract.0000005.o.gz
> path/exp_EN-FR_wmt_bs/model/tmp.5428/extract.0000006.o.gz
> path/exp_EN-FR_wmt_bs/model/tmp.5428/extract.0000007.o.gz | LC_ALL=C
> sort -T path/exp_EN-FR_wmt_bs/model/tmp.5428 2>> /dev/stderr | gzip
> -c > path/exp_EN-FR_wmt_bs/model/extract.1.o.sorted.gz 2>> /dev/stderr
> Finished Thu Aug 17 05:46:34 2017
> ............................................................
> ...............
> ................
> .............
> ...
> ...
> .
> .
> sort: write failed: path/exp_EN-FR_wmt_bs/model/tmp.5428/sortUdapfp:
> Input/output error
>
>
> _______________________________________________
> 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/20170817/c7cf959b/attachment-0001.html

------------------------------

Message: 4
Date: Fri, 18 Aug 2017 11:18:46 +0000
From: Gary Hess <garyhess999@hotmail.com>
Subject: [Moses-support] 1st attempt with EMS
To: "moses-support@mit.edu" <moses-support@mit.edu>
Message-ID:
<VI1PR1001MB11198B2ABBA7EDB5C9C41D7FF6800@VI1PR1001MB1119.EURPRD10.PROD.OUTLOOK.COM>

Content-Type: text/plain; charset="iso-8859-1"

I am making my 1st attempt with EMS, but I can't get all the way through. Any ideas what the problem might be? Here are details:


Experiment.perl output:

...

EXECUTE STEPS
number of steps doable or running: 3 at Thu Aug 17 16:59:47 UTC 2017
doable: TUNING:reference-from-sgm
doable: TUNING:input-from-sgm
doable: TRAINING:prepare-data
executing /home/gary/workspace/experiment/steps/2/TUNING_reference-from-sgm.2 via sh (1 active)
executing /home/gary/workspace/experiment/steps/2/TUNING_input-from-sgm.2 via sh (2 active)
step TUNING:reference-from-sgm crashed
number of steps doable or running: 2 at Thu Aug 17 16:59:59 UTC 2017
running: TUNING:input-from-sgm
doable: TRAINING:prepare-data
executing /home/gary/workspace/experiment/steps/2/TRAINING_prepare-data.2 via sh (2 active)
step TRAINING:prepare-data crashed
...


File "~/workspace/experiment/steps/2/TUNING_reference-from-sgm.2.STDERR":

ERROR syntax: reference-from-sgm.perl ref src out at /home/gary/workspace/mosesdecoder/scripts/ems/support/reference-from-sgm.perl line 9.


Line 9 from "reference-from-sgm.perl ":

die("ERROR syntax: reference-from-sgm.perl ref src out")
unless scalar @ARGV == 3;

Looks like there is the wrong number of arguments to "reference-from-sgm.perl"? But I am not sure how that is happening.


Thanks!

Gary Hess
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20170818/0c6ea303/attachment.html

------------------------------

_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support


End of Moses-support Digest, Vol 130, Issue 7
*********************************************

0 Response to "Moses-support Digest, Vol 130, Issue 7"

Post a Comment