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. Querying IRSTLM (Abdelfetah Boumerdas)
2. Re: compilation problems (Matt Post)
3. Re: Untuneable feature score components? (Matthias Huck)
4. Re: Error in Train Phrase Model (Barry Haddow)
----------------------------------------------------------------------
Message: 1
Date: Mon, 16 Feb 2015 20:02:15 +0100
From: Abdelfetah Boumerdas <aa_boumerdas@esi.dz>
Subject: [Moses-support] Querying IRSTLM
To: moses-support@mit.edu
Message-ID:
<CABJLC3fQNENYZDXSeb4cAMU9PcdKF0R6j5ewbL3GmVBgrZKeLA@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hello
I'm new in the domain and i'm trying to understand how language modeling
tools work. So i used IRSTLM, which i trained on the europarl monolingual
corpus, and now i'm trying to query it using moses with the command
provided in The Moses manual and here i've a couple of questions:
1. is there a difference between querying the language model using
IRSTLM and querying it using Moses?
2. And how do I interpret the result of moses querying tool which exists
in the subdirectory bin/query under the directory where moses is installed?
thanks in advance.
--
BOUMERDAS Abdelfetah
5?me Ann?e Option Syst?mes Informatiques (SIQ)
Ecole nationale Sup?rieure d'Informatique ESI (ex INI)
BP 68 M Oued Smar 16309 - ALGER
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20150216/3d52ecbb/attachment-0001.htm
------------------------------
Message: 2
Date: Mon, 16 Feb 2015 14:18:28 -0500
From: Matt Post <post@cs.jhu.edu>
Subject: Re: [Moses-support] compilation problems
To: Kenneth Heafield <moses@kheafield.com>
Cc: moses-support@mit.edu
Message-ID: <8BA40F3C-2599-4DB2-A429-0DB2333ED0FA@cs.jhu.edu>
Content-Type: text/plain; charset=us-ascii
I did threading=single because multi used to demand the "-mt" variant of the boost libraries, which I've never quite understood. But I just tried again with "threading=multi" and everything works, with that commit below. Thanks again.
matt
> On Feb 16, 2015, at 1:56 PM, Kenneth Heafield <moses@kheafield.com> wrote:
>
> Hi,
>
> Adding Fabienne because this was the same problem.
>
> I've pushed commit 93ab057eda69a7915efbc9fa92d4ce6341e6ca02 which will
> hopefully handle BOOST_TEST_DYN_LINK correctly.
>
> Still unclear what the behavior should be for threading=single.
> Compile it anyway, forcing two compiles of kenlm? Warning message that
> will probably be ignored?
>
> Kenneth
>
> On 02/16/2015 01:41 PM, Kenneth Heafield wrote:
>> Actually, that's by design. Your command line has threading=single and
>> lmplz doesn't have a single-threaded option.
>>
>> Kenneth
>>
>> On 02/16/2015 01:29 PM, Matt Post wrote:
>>> Okay, that worked. The whole project now builds, EXCEPT there is no bin/lmplz. fragment, build_binary, and query all exist, but not lmplz. It is not mentioned in the logs...
>>>
>>> But that's okay, because I'll just copy it from KenLM directly.
>>>
>>> Thanks for your help.
>>>
>>> matt
>>>
>>>
>>>> On Feb 16, 2015, at 1:01 PM, Kenneth Heafield <moses@kheafield.com> wrote:
>>>>
>>>> Tests to be dynamically linked must be _compiled_ using
>>>> -DBOOST_TEST_DYN_LINK . The build system did this prior to Hieu's change.
>>>>
>>>> After reverting Hieu's change, force it to recompile the object file:
>>>>
>>>> rm util/bin/gcc-4.9.2/release/file_piece_test.o
>>>>
>>>> (or just run with -a and rebuild everything).
>>>>
>>>> Kenneth
>>>>
>>>> On 02/16/2015 12:53 PM, Matt Post wrote:
>>>>> Hmm; I got a bit further, but still have linking errors for the tests.
>>>>> build_binary built, but still no lmplz, and it's not mentioned at all in
>>>>> the log output.
>>>>>
>>>>> I was able to get lmplz to build by modifying Jamroot to build only the
>>>>> "lm" project, but still get all these linking errors when I try a full
>>>>> build.
>>>>>
>>>>> Maybe this is my environment? Or a Boost change? What version do you all
>>>>> build against?
>>>>>
>>>>> gcc.link util/bin/file_piece_test.test/gcc-4.9.2/release/file_piece_test
>>>>>
>>>>> "g++"-L"/opt/boost/lib"-L"/opt/boost/lib64"-Wl,-R
>>>>> -Wl,"/opt/boost/lib"-Wl,-R -Wl,"/opt/boost/lib64"-Wl,-rpath-link
>>>>> -Wl,"/opt/boost/lib"-Wl,-rpath-link -Wl,"/opt/boost/lib64"-o
>>>>> "util/bin/file_piece_test.test/gcc-4.9.2/release/file_piece_test"-Wl,--start-group
>>>>> "util/bin/gcc-4.9.2/release/file_piece_test.o""util/bin/gcc-4.9.2/release/parallel_read.o""util/bin/gcc-4.9.2/release/read_compressed.o""util/double-conversion/bin/gcc-4.9.2/release/cached-powers.o""util/double-conversion/bin/gcc-4.9.2/release/double-conversion.o""util/double-conversion/bin/gcc-4.9.2/release/diy-fp.o""util/double-conversion/bin/gcc-4.9.2/release/fast-dtoa.o""util/double-conversion/bin/gcc-4.9.2/release/bignum.o""util/double-conversion/bin/gcc-4.9.2/release/bignum-dtoa.o""util/double-conversion/bin/gcc-4.9.2/release/strtod.o""util/double-conversion/bin/gcc-4.9.2/release/fixed-dtoa.o""util/bin/gcc-4.9.2/release/bit_packing.o""util/bin/gcc-4.9.2/release/ersatz_progress.o""util/bin/gcc-4.9.2/release/exception.o""util/bin/gcc-4.9.2/release/file.o""util/bin/gcc-4.9.2/release/file_piece.o""util/bin/gcc-4.9.2/release/mmap.o""util/bin/gcc-4.9.2/release/murmur_hash.o""util/bin/gcc-4.9.2/release/pool.o""util/bin/gcc-4.9.2/release/scoped.o""util/bin/gcc-4.9.2/rele!
a!
> s!
>> e/!
>>>> string_pi
>>>> e
>>>> ce.o""util/bin/gcc-4.9.2/release/usage.o"
>>>>> -Wl,-Bstatic -Wl,-Bdynamic -lboost_unit_test_framework -llzma -lbz2 -lz
>>>>> -lrt -ldl -lboost_system -lboost_filesystem -Wl,--end-group
>>>>>
>>>>>
>>>>> /usr/lib/../lib64/crt1.o: In function `_start':
>>>>> (.text+0x20): undefined reference to `main'
>>>>> collect2: error: ld returned 1 exit status
>>>>>
>>>>>> From: Kenneth Heafield <moses@...
>>>>>> <http://gmane.org/get-address.php?address=moses%2dbghys1TANAP2eFz%2f2MeuCQ%40public.gmane.org>>
>>>>>> Subject: Re: compilation problems
>>>>>> <http://news.gmane.org/find-root.php?message_id=54E21FBC.70001%40kheafield.com>
>>>>>> Newsgroups: gmane.comp.nlp.moses.user
>>>>>> <http://news.gmane.org/gmane.comp.nlp.moses.user>
>>>>>> Date: 2015-02-16 16:50:04 GMT (49 minutes ago)
>>>>>> Hi Matt,
>>>>>>
>>>>>> lmplz should be compiling anyway, despite the tests failing. Try
>>>>>> reverting this commit, which broke shared compilation for tests:
>>>>>>
>>>>>> commit d7f5bb41faaac5ca93b9cbb723ad558b2c67d3c2
>>>>>> Author: Hieu Hoang <hieuhoang@... <http://gmane.org/get-address.php?address=hieuhoang%2dRe5JQEeQqe8AvxtiuMwx3w%40public.gmane.org>>
>>>>>> Date: Tue Jan 27 16:22:15 2015 +0000
>>>>>>
>>>>>> Regarding boost_filesystem we'll probably have to add that dependency
>>>>>> since Boost doesn't really document which of their libraries depend on
>>>>>> other libraries.
>>>>>>
>>>>>> Kenneth
>>>>>>
>>>>>>> On Feb 16, 2015, at 11:42 AM, Matt Post <post@cs.jhu.edu
>>>>>>> <mailto:post@cs.jhu.edu>> wrote:
>>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> I am running into a number of problems compiling Moses 3.0. I am
>>>>>>> using GCC 4.9.2 and a custom (correct) install of Boost 1.57.0.
>>>>>>>
>>>>>>> 1. First, I had to add this:
>>>>>>>
>>>>>>> <library>boost_filesystem
>>>>>>>
>>>>>>> to line 174 of Jamroot (per this
>>>>>>> discussion: https://github.com/moses-smt/mosesdecoder/issues/89 )
>>>>>>>
>>>>>>> 2. Things like lmplz do not compile, and aren't even attempted,
>>>>>>> perhaps because all of the tests fail.
>>>>>>>
>>>>>>> ./bjam --max-factors=1 --max-kenlm-order=5 debug-symbols=off -j4 -d2
>>>>>>> --with-boost=/opt/boost threading=single --notrace link=shared
>>>>>>> --without-libsegfault
>>>>>>> [snip]
>>>>>>> ...failed updating 30 targets...
>>>>>>> ...skipped 36 targets...
>>>>>>>
>>>>>>> It seems like something with boost unit tests? e.g.,
>>>>>>>
>>>>>>> "g++" -L"/opt/boost/lib" -L"/opt/boost/lib64" -Wl,-R
>>>>>>> -Wl,"/home/hltcoe/mpost/code/mosesdecoder/mert/bin/gcc-4.9.2/release"
>>>>>>> -Wl,-R -Wl,"/opt/boost/lib" -Wl,-R -Wl,"/opt/boost/lib64"
>>>>>>> -Wl,-rpath-link
>>>>>>> -Wl,"/home/hltcoe/mpost/code/mosesdecoder/mert/bin/gcc-4.9.2/release"
>>>>>>> -Wl,-rpath-link -Wl,"/opt/boost/lib" -Wl,-rpath-link
>>>>>>> -Wl,"/opt/boost/lib64" -o "mert/bin/gcc-4.9.2/release/timer_test"
>>>>>>> -Wl,--start-group
>>>>>>> "mert/bin/gcc-4.9.2/release/TimerTest.o" "mert/bin/gcc-4.9.2/release/libmert_lib.so" -Wl,-Bstatic -Wl,-Bdynamic
>>>>>>> -lboost_unit_test_framework -ldl -lboost_system -lboost_filesystem
>>>>>>> -Wl,--end-group
>>>>>>> /usr/lib/../lib64/crt1.o: In function `_start':
>>>>>>> (.text+0x20): undefined reference to `main'
>>>>>>> collect2: error: ld returned 1 exit status
>>>>>>>
>>>>>>> Debug file attached. Any ideas what's wrong?
>>>>>>>
>>>>>>> matt
>>>>>>>
>>>>>>> <build.log.gz>
>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Moses-support mailing list
>>>>> Moses-support@mit.edu
>>>>> http://mailman.mit.edu/mailman/listinfo/moses-support
>>>>>
>>>> _______________________________________________
>>>> Moses-support mailing list
>>>> Moses-support@mit.edu
>>>> http://mailman.mit.edu/mailman/listinfo/moses-support
>>>
>> _______________________________________________
>> Moses-support mailing list
>> Moses-support@mit.edu
>> http://mailman.mit.edu/mailman/listinfo/moses-support
>>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
------------------------------
Message: 3
Date: Mon, 16 Feb 2015 19:57:02 +0000
From: Matthias Huck <mhuck@inf.ed.ac.uk>
Subject: Re: [Moses-support] Untuneable feature score components?
To: Moses-support <moses-support@mit.edu>
Message-ID: <1424116622.2192.370.camel@portedgar>
Content-Type: text/plain; charset="UTF-8"
Hi,
I've added a feature function configuration parameter
"tuneable-components", as discussed in previous mails.
https://github.com/moses-smt/mosesdecoder/commit/6028c7cf9c256e5df80f71b52d912c47dab31abd
Let me know in case you notice any issues related to this.
Cheers,
Matthias
On Fri, 2015-01-23 at 18:37 +0000, Matthias Huck wrote:
> On Fri, 2015-01-23 at 18:18 +0000, Hieu Hoang wrote:
> > True, but that complicates the framework, and doesn't deal with sparse
> > features.
>
> Why does it complicate the framework? Isn't the trick about "tuneable"
> mostly that you don't write those scores to the n-best list?
> We can even keep a boolean "tuneable" parameter and have another
> parameter "tuneable-components" (boolean vector sized like the weights
> vector).
> >
>
> > By adding another ff which grabs scores from the pt, u can arbitrarily
> > transform the scores
>
> Yeah I know. I can get around these things by writing more feature
> functions. For removing scores from phrase tables, I can also just
> process the phrase table file with awk, delete the score columns I don't
> need and write it to another file. But something user-friendly would be
> more appealing. Setting up contrastive experiments could be done much
> more rapidly with what I'm asking for. And maybe somebody on the mailing
> list has implemented this and never put it into master?
>
> I want it for MIRA, btw.
>
> I think it should be added if it doesn't exist somewhere yet. Unless
> someone has strong objections.
>
>
> >
> > On 23 January 2015 18:09:11 GMT+00:00, Matthias Huck
> > <mhuck@inf.ed.ac.uk> wrote:
> > That's not flexible enough. There should be something like:
> >
> > [feature]
> > MyFeature name=MyFeature0 tuneable=0,1,0
> >
> > [weight]
> > MyFeature0= 0.0 0.1 1
> >
> >
> > MyFeature has 3 score components. I want to tune the second component,
> > deactivate the first component, and set the scaling factor of the third
> > component manually to 1.
> >
> > Currently the "tuneable" parameter is boolean and allows me to manually
> > set scaling factors for either no score component or all of them.
> >
> >
> >
> >
> > On Fri, 2015-01-23 at 17:38 +0000, Hieu Hoang wrote:
> > The whole feature becomes untuneable.
> >
> > I suppose u can make the pt untuneable, the write another (tuneable)
> > ff which grabs whatever scores it wants from the pt
> >
> > On 23 January 2015 16:55:56 GMT+00:00, Matthias!
> > Huck
> > <mhuck@inf.ed.ac.uk> wrote:
> > Hi,
> >
> > Is there any existing functionality to set only specific score
> > components of a feature function as untuneable?
> >
> > Feature functions have a boolean "tuneable" parameter, but it affects
> > all the scores produced by it. It doesn't help in case I want to switch
> > off individual scores from a phrase table, for instance. Or manually
> > assign large scaling factors to certain score components prior to
> > tuning. As far as I know, right now I'm only able to do so if the score
> > I'm interested in is the only score produced by a feature function.
> >
> > If anyone has already implemented something like that, please let me
> > know.
> >
> > Cheers,
> > Matthias
> >
> >
> >
> >
> > --
> > Sent while bumping !
> > into
> > things
> >
> >
> >
> > --
> > Sent while bumping into things
>
>
>
--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.
------------------------------
Message: 4
Date: Mon, 16 Feb 2015 21:26:28 +0000
From: Barry Haddow <bhaddow@staffmail.ed.ac.uk>
Subject: Re: [Moses-support] Error in Train Phrase Model
To: mohamed hasanien <mhmd_hasnen@yahoo.com>, Hieu Hoang
<hieuhoang@gmail.com>
Cc: Moses-support Support <moses-support@mit.edu>
Message-ID: <54E26084.3030106@staffmail.ed.ac.uk>
Content-Type: text/plain; charset="utf-8"
Hi Mohammed
I don't think you should reinstall your OS, but I do strongly advise not
to run Moses training as root. Not only is it a security risk, but it is
quite possible that some of the Moses training components are not
working properly as they are not intended to be run as root.
Create a user for yourself, and log in as that user,
cheers - Barry
On 16/02/15 10:41, mohamed hasanien wrote:
> also when i dir dev i didn't find stdin
> mohammed hassanien Mohammed
> Egyption Programmers Vice-captain
> 01000121556
> Egyption Programmers Syndicate
> <http://www.egprogrammers.org/>
>
>
> On Monday, February 16, 2015 12:39 PM, mohamed hasanien
> <mhmd_hasnen@yahoo.com> wrote:
>
>
> hi barry,
>
> the out put of the cmd is
> ls: cannot access /dev/stdin: No such file or directory
> i have only this user in the system
> mohammed hassanien Mohammed
> Egyption Programmers Vice-captain
> 01000121556
> Egyption Programmers Syndicate
> <http://www.egprogrammers.org/>
>
>
> On Monday, February 16, 2015 11:06 AM, Barry Haddow
> <bhaddow@staffmail.ed.ac.uk> wrote:
>
>
> Hi Mohammed
>
> Sorry, I meant "ls -l /dev/stdin"
>
> I would suggest you log in and run train-model.perl as a user other than
> root.
>
> cheers - Barry
>
> On 15/02/15 20:17, mohamed hasanien wrote:
> > Hi Barr,
> > this is the out put
> > from the command you told me and also from nohup.out
> > ls -l /dev/stdout
> > --------------------------------------------------------
> > -rw-r--r-- 1 root root 0 Feb 15 15:07 /dev/stdout
> > ------------------------------------------------------------
> > nano nohup.out
> > ---------------------------------------------------------
> > (2.1b) running giza en-ar @ Sun Feb 15 15:07:16 EST 2015
> > /root/mosesdecoder/tools/GIZA++ -CoocurrenceFile
> > /root/data/train/giza.en-ar/en-ar.cooc -c
> > /root/data/train/corpus/en-ar-int-train.snt -m1 5 -m2 0 -m3 3 -m4 3
> > -model1dumpfrequency 1 -model4smoothfactor 0.4 -nodumps 1 -nsmooth 4
> > -o /roo$
> > /root/data/train/giza.en-ar/en-ar.A3.final.gz seems finished, reusing.
> > (3) generate word alignment @ Sun Feb 15 15:07:16 EST 2015
> > Combining forward and inverted alignment from files:
> > /root/data/train/giza.ar-en/ar-en.A3.final.{bz2,gz}
> > /root/data/train/giza.en-ar/en-ar.A3.final.{bz2,gz}
> > Executing: mkdir -p /root/data/train/model
> > Executing: /root/mosesdecoder/scripts/training/giza2bal.pl -d "gzip
> > -cd /root/data/train/giza.en-ar/en-ar.A3.final.gz" -i "gzip -cd
> > /root/data/train/giza.ar-en/ar-en.A3.final.gz"
> > |/root/mosesdecoder/scripts/../bin/symal -alignment="grow$
> > cannot open /dev/stdin
> > Exit code: 1
> > ERROR: Can't generate symmetrized alignment file
> > mohammed hassanien Mohammed
> > Egyption Programmers Vice-captain
> > 01000121556
> > Egyption Programmers Syndicate
> > <http://www.egprogrammers.org/>
> >
> >
> > On Sunday, February 15, 2015 2:37 PM, Barry Haddow
> > <bhaddow@staffmail.ed.ac.uk <mailto:bhaddow@staffmail.ed.ac.uk>> wrote:
> >
> >
> > Hi Mohammed
> >
> > Can you run "ls -l /dev/stdout" immediately after train-model.perl and
> > post the output?
> >
> > cheers - Barry
> >
> > On 15/02/15 11:21, mohamed hasanien wrote:
> >> Hi Barry,
> >>
> >> idon't chang user , i already have single user in this system
> >> mohammed hassanien Mohammed
> >> Egyption Programmers Vice-captain
> >> 01000121556
> >> Egyption Programmers Syndicate
> >> <http://www.egprogrammers.org/>
> >>
> >>
> >> On Friday, February 13, 2015 2:12 PM, Barry Haddow
> >> <bhaddow@staffmail.ed.ac.uk <mailto:bhaddow@staffmail.ed.ac.uk>>
> <mailto:bhaddow@staffmail.ed.ac.uk
> <mailto:bhaddow@staffmail.ed.ac.uk>> wrote:
> >>
> >>
> >> Hi Mohammed
> >>
> >> If you look at this discussion:
> >>
> >>
> http://unix.stackexchange.com/questions/38538/bash-dev-stderr-permission-denied
> >>
> >> it seems that you have changed users in a terminal session, and you are
> >> executing the script as a user that does not have permission to access
> >> the terminal i/o devices. symal tries to explicitly open /dev/stdout
> >> (which it probably shouldn't) and fails.
> >>
> >> If you can open your terminal and run the training without switching
> >> user then it should work.
> >>
> >> cheers - Barry
> >>
> >> On 13/02/15 11:53, mhmd hassnen wrote:
> >> > I use Linux Ubuntu <http://www.ubuntu.com/> 14
> >> >
> >> > Sent from my iPhone
> >> >
> >> > On Feb 11, 2015, at 8:10 PM, Hieu Hoang <hieuhoang@gmail.com
> <mailto:hieuhoang@gmail.com>
> >> <mailto:hieuhoang@gmail.com <mailto:hieuhoang@gmail.com>>
> >> > <mailto:hieuhoang@gmail.com <mailto:hieuhoang@gmail.com>
> <mailto:hieuhoang@gmail.com <mailto:hieuhoang@gmail.com>>>> wrote:
> >> >
> >> >> what operating system are you using? if linux, what exact distro and
> >> >> version. If windows/cygwin, what exact version of cygwin?
> >> >>
> >> >> does it have the file
> >> >> */dev/stdin
> >> >>
> >> >> *
> >> >> On 11/02/15 09:30, mohamed hasanien wrote:
> >> >>> *when i try to execute the train-model.perl i get this error
> >> >>> using this command *
> >> >>> *
> >> >>> nohup nice ~/mosesdecoder/scripts/training/train-model.perl
> >> >>> -external-bin-dir $HOME/mosesdecoder/tools --corpus
> >> >>> ~/corpus/news-commentary-v8.fr
> >> >>> <http://news-commentary-v8.fr <http://news-commentary-v8.fr/>
> >> <http://news-commentary-v8.fr/>>-en.clean --f fr --e en -lm
> >> >>> 0:3:$HOME/lm/news-commentary-v8.fr
> >> >>> <http://news-commentary-v8.fr <http://news-commentary-v8.fr/>
> >> <http://news-commentary-v8.fr/>>-en.blm.en:8 ?cores 2*
> >> >>> *
> >> >>> Hi all, *
> >> >>> *
> >> >>> i get this error in the nohup.out file *
> >> >>> *
> >> >>> Executing: /root/mosesdecoder/scripts/training/giza2bal.pl -d "gzip
> >> >>> -cd ./giza.en-fr/en-fr.A3.final.gz" -i "gzip -cd ./giza.fr
> >> >>> <http://giza.fr
> <http://giza.fr/><http://giza.fr/>>-en/fr-en.A3.final.gz"
> >> >>> |/root/mosesdecoder/scripts/../bin/symal -alignment="grow"
> >> >>> -diagonal="yes" -final="yes" -both="no" >
> >> >>> ./model/aligned.grow-diag-final*
> >> >>> *cannot open /dev/stdin*
> >> >>> *Exit code: 1*
> >> >>> *ERROR: Can't generate symmetrized alignment file*
> >> >>>
> >> >>> mohammed hassanien Mohammed
> >> >>> Egyption Programmers Vice-captain
> >> >>> 01000121556
> >> >>> Egyption Programmers Syndicate
> >> >>> <http://www.egprogrammers.org/>
> >> >>>
> >> >>>
> >> >>> _______________________________________________
> >> >>> Moses-support mailing list
> >> >>> Moses-support@mit.edu <mailto:Moses-support@mit.edu>
> <mailto:Moses-support@mit.edu <mailto:Moses-support@mit.edu>>
> >> >>> http://mailman.mit.edu/mailman/listinfo/moses-support
> >> >>
> >> >> --
> >> >> Hieu Hoang
> >> >> Research Associate (until March 2015)
> >> >> ** searching for interesting commercial MT position **
> >> >> University of Edinburgh
> >> >> http://www.hoang.co.uk/hieu
> >>
> >> >
> >> >
> >> > _______________________________________________
> >> > Moses-support mailing list
> >> > Moses-support@mit.edu <mailto:Moses-support@mit.edu>
> <mailto:Moses-support@mit.edu <mailto: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.
>
> >>
> >>
> >>
> >>
> >
> >
> >
>
>
> --
> The University of Edinburgh is a charitable body, registered in
> Scotland, with registration number SC005336.
>
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20150216/61413611/attachment.htm
------------------------------
_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support
End of Moses-support Digest, Vol 100, Issue 58
**********************************************
Subscribe to:
Post Comments (Atom)
0 Response to "Moses-support Digest, Vol 100, Issue 58"
Post a Comment