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: bjam error (iamzcy_hit iamzcy_hit)
2. Paper suggestions for Speech to Speech translation (Raj Dabre)
3. Re: Paper suggestions for Speech to Speech translation
(Marcin Junczys-Dowmunt)
4. Re: Paper suggestions for Speech to Speech translation (Raj Dabre)
----------------------------------------------------------------------
Message: 1
Date: Fri, 28 Nov 2014 16:01:18 +0800
From: iamzcy_hit iamzcy_hit <iamzcyhit@gmail.com>
Subject: Re: [Moses-support] bjam error
To: Raj Dabre <prajdabre@gmail.com>
Cc: "moses-support@mit.edu" <moses-support@mit.edu>
Message-ID:
<CAGLowvLBvU0GEtKzrUEZH2z9EQLPuKf2SoOX0QtDhPd8OBs9XA@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Thanks for your reply.
I tired your suggestions, however ,the error is still the same
2014-11-28 14:40 GMT+08:00 Raj Dabre <prajdabre@gmail.com>:
> Hey,
>
> Have you tried downloading and installing boost as a standalone:
>
> wget http://downloads.sourceforge.net/project/boost/boost/1.55.0/boost_1_55_0.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fboost%2Ffiles%2Fboost%2F1.55.0%2F&ts=1389613041&use_mirror=kent
> tar zxvf boost_1_55_0.tar.gz
> cd boost_1_55_0/
> ./bootstrap.sh
> ./b2 -j8 --prefix=$PWD --libdir=$PWD/lib64 --layout=system link=static install || echo FAILURE
>
> And then do:
> ./bjam -j8 --with-boost=<path to boost installation which contains the folder lib64>
>
> This should work.
>
>
>
>
> On Fri, Nov 28, 2014 at 3:31 PM, iamzcy_hit iamzcy_hit <
> iamzcyhit@gmail.com> wrote:
>
>> hi,all
>> I just downloaded the latest Moses source code from github and tried to
>> install it. After running ?./bjam ?j8?, I got the error messages as follows:
>> -----------------------------------
>> [cyzhang@mit108 mosesdecoder-master]$ ./bjam -j8
>> /home/cyzhang/Moses/mosesdecoder-master/jam-files/sanity.jam:168: in boost
>> *** argument error
>> * rule constant ( name : value + )
>> * called with: ( BOOST-VERSION : )
>> * missing argument value
>> /home/cyzhang/Moses/mosesdecoder-master/jam-files/boost-build/build/project.jam:1006:see
>> definition of rule 'constant' being called
>> Jamroot:81: in modules.load
>> /home/cyzhang/Moses/mosesdecoder-master/jam-files/boost-build/build/project.jam:317:
>> in load-jamfile
>> /home/cyzhang/Moses/mosesdecoder-master/jam-files/boost-build/build/project.jam:62:
>> in load
>> /home/cyzhang/Moses/mosesdecoder-master/jam-files/boost-build/build/project.jam:168:
>> in project.find
>> /home/cyzhang/Moses/mosesdecoder-master/jam-files/boost-build/build-system.jam:570:
>> in load
>> ./jam-files/boost-build/kernel/modules.jam:283: in import
>> ./jam-files/boost-build/kernel/bootstrap.jam:142: in boost-build
>> ./jam-files/boost-build/boost-build.jam:8: in module scope
>> -------------------------------------------------
>> So I checked the sanity.jam and tried to debug it according the error
>> hints. I found this line code
>> ```
>> 168: constant BOOST-VERSION : [ MATCH "#define BOOST_VERSION ([0-9]*)"
>> : $(boost-shell[1]) ] ;
>> ```
>> was very strange. It seems that the BOOST-VERSION was not assigned any
>> value according to error messages.
>> However, I echo the ?boost-shell[1]? and got
>> ```
>> #define BOOST_VERSION_HPP
>> #define BOOST_VERSION 105400
>> #define BOOST_LIB_VERSION "1_54"
>> 0
>> ```
>> It shows that my boost environment was right, and the "MATCH" command
>> didn't match the value of BOOST-VERSION.
>> So where should I change in order to install Moses?
>> And what's the MATCH there? is it a function in JAM language?
>> Best regards.
>>
>> --
>> ???????????????.....
>>
>> _______________________________________________
>> Moses-support mailing list
>> Moses-support@mit.edu
>> http://mailman.mit.edu/mailman/listinfo/moses-support
>>
>>
>
>
> --
> Raj Dabre.
> Research Student,
> Graduate School of Informatics,
> Kyoto University.
> CSE MTech, IITB., 2011-2014
>
>
--
???????????????.....
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20141128/5811ff24/attachment-0001.htm
------------------------------
Message: 2
Date: Fri, 28 Nov 2014 17:23:17 +0900
From: Raj Dabre <prajdabre@gmail.com>
Subject: [Moses-support] Paper suggestions for Speech to Speech
translation
To: "moses-support@mit.edu" <moses-support@mit.edu>
Message-ID:
<CAB3gfjD7U4ajpPXAvKcxePB_faKBZKd9Fh51ikXPLa392G83Ag@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hello All,
This might be slightly off topic but can anyone suggest some good basic
papers for Speech to Speech translation ?
More particularly I am interested in methods which directly try to
translate a speech signal without intermediate text representation. (Am I
sounding too farfetched/senseless when I say this ?)
The most I was able to dig up was a collection of papers describing systems
like Verbmobil and Janus. But the methods would be more interesting.
Thanks in advance.
Sorry if this is the wrong place to post this.
--
Raj Dabre.
Research Student,
Graduate School of Informatics,
Kyoto University.
CSE MTech, IITB., 2011-2014
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20141128/95b941c0/attachment-0001.htm
------------------------------
Message: 3
Date: Fri, 28 Nov 2014 09:30:21 +0100
From: Marcin Junczys-Dowmunt <junczys@amu.edu.pl>
Subject: Re: [Moses-support] Paper suggestions for Speech to Speech
translation
To: moses-support@mit.edu
Message-ID: <5478329D.9040207@amu.edu.pl>
Content-Type: text/plain; charset="windows-1252"
Hi,
I guess the IWLST workshops are what you want, for instance
http://workshop2013.iwslt.org/64.php
There are more editions.
Concerning direct signal translation, I am not an expert in that field,
but at some point you have to divide it into subsequences and use
abstractions (maybe waveform file ids), in the end that's like using
weird words, isn't it?
W dniu 28.11.2014 o 09:23, Raj Dabre pisze:
> Hello All,
>
> This might be slightly off topic but can anyone suggest some good
> basic papers for Speech to Speech translation ?
> More particularly I am interested in methods which directly try to
> translate a speech signal without intermediate text representation.
> (Am I sounding too farfetched/senseless when I say this ?)
> The most I was able to dig up was a collection of papers describing
> systems like Verbmobil and Janus. But the methods would be more
> interesting.
>
> Thanks in advance.
> Sorry if this is the wrong place to post this.
>
> --
> Raj Dabre.
> Research Student,
> Graduate School of Informatics,
> Kyoto University.
> CSE MTech, IITB., 2011-2014
>
>
>
> _______________________________________________
> 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/20141128/8cd3425e/attachment-0001.htm
------------------------------
Message: 4
Date: Fri, 28 Nov 2014 17:41:32 +0900
From: Raj Dabre <prajdabre@gmail.com>
Subject: Re: [Moses-support] Paper suggestions for Speech to Speech
translation
To: Marcin Junczys-Dowmunt <junczys@amu.edu.pl>
Cc: "moses-support@mit.edu" <moses-support@mit.edu>
Message-ID:
<CAB3gfjCia2U5ftCT3ZvkJYunaTZ8+CTqXmOyucvRGXj2S9yjeQ@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hey,
Thanks for the link.
Concerning direct signal translation, I am not an expert in that field, but
at some point you have to divide it into subsequences and use abstractions
(maybe waveform file ids), in the end that's like using weird words, isn't
it?
------ Yes.... in my mind this is what I see. But I am a noob in speech
signal processing so I will have to do a lot of studying.
Regards.
On Fri, Nov 28, 2014 at 5:30 PM, Marcin Junczys-Dowmunt <junczys@amu.edu.pl>
wrote:
> Hi,
> I guess the IWLST workshops are what you want, for instance
> http://workshop2013.iwslt.org/64.php
> There are more editions.
>
> Concerning direct signal translation, I am not an expert in that field,
> but at some point you have to divide it into subsequences and use
> abstractions (maybe waveform file ids), in the end that's like using weird
> words, isn't it?
>
> W dniu 28.11.2014 o 09:23, Raj Dabre pisze:
>
> Hello All,
>
> This might be slightly off topic but can anyone suggest some good basic
> papers for Speech to Speech translation ?
> More particularly I am interested in methods which directly try to
> translate a speech signal without intermediate text representation. (Am I
> sounding too farfetched/senseless when I say this ?)
> The most I was able to dig up was a collection of papers describing
> systems like Verbmobil and Janus. But the methods would be more interesting.
>
> Thanks in advance.
> Sorry if this is the wrong place to post this.
>
> --
> Raj Dabre.
> Research Student,
> Graduate School of Informatics,
> Kyoto University.
> CSE MTech, IITB., 2011-2014
>
>
>
> _______________________________________________
> Moses-support mailing listMoses-support@mit.eduhttp://mailman.mit.edu/mailman/listinfo/moses-support
>
>
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
>
--
Raj Dabre.
Research Student,
Graduate School of Informatics,
Kyoto University.
CSE MTech, IITB., 2011-2014
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20141128/4f344545/attachment.htm
------------------------------
_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support
End of Moses-support Digest, Vol 97, Issue 96
*********************************************
Subscribe to:
Post Comments (Atom)
0 Response to "Moses-support Digest, Vol 97, Issue 96"
Post a Comment