Re: [VOTE] Release Apache Joshua 6.1 RC#2

2016-11-23 Thread Tommaso Teofili
+1 Tommaso Il giorno mer 23 nov 2016 alle ore 15:25 kellen sunderland < kellen.sunderl...@gmail.com> ha scritto: > +1, many thanks Lewis. > > On Wed, Nov 23, 2016 at 2:34 PM, Matt Post wrote: > > > +1 Thanks, Lewis! > > > > > > > On Nov 23, 2016, at 12:15 AM, lewis john

Re: Any symal experts?

2016-11-23 Thread Matt Post
I think it will be much less of a headache. The GIZA++ code is notorious for being unreadable, and the Perl piece of that pipeline only hurts (even though Philipp's Perl is unusually clear). I think adding atools to your port is the way to go, and that it's written in C++ should facilitate

Re: Any symal experts?

2016-11-23 Thread John Hewitt
It'll be a headache because it also has no documentation, but to be fair it may be less of a headache / a better long-term solution than trying to move forward with this hackier solution. I'll keep the symal use on the backburner and start putting together an atools port. -John On Wed, Nov 23,

Re: Any symal experts?

2016-11-23 Thread Matt Post
John — I suggest trying to ditch those GIZA++ tools entirely. fast_align indeed replaced them with "atools"; how much work would it be to port that? > On Nov 23, 2016, at 12:11 PM, John Hewitt wrote: > > Hey everyone, > > I'm packaging up a Java port Fast Align for

Any symal experts?

2016-11-23 Thread John Hewitt
Hey everyone, I'm packaging up a Java port Fast Align for Joshua and integrating it into the pipeline. Fast Align does not produce symmetrical alignments -- it relies on a tool that I haven't ported to Java. We package symal (which symmetricizes alignments) with Joshua right now for GIZA++, so

Re: Dockerhub hosted images

2016-11-23 Thread kellen sunderland
Yeah it should just be docker 'pull kellens/apache-joshua-es-en-2016-10-05' then 'docker run -it kellens/apache-joshua-es-en-2016-10-05 /bin/bash' or something similar. I think the default command should eventually be to run the http server, so ideally we'd just do 'docker run -p 5674

Re: Dockerhub hosted images

2016-11-23 Thread Matt Post
Okay, I have this with docker run -it kellens/apache-joshua-es-en-2016-10-05 bash It seems we are missing Perl (./prepare.sh fails), and we should replace the LanguageModel line with a KenLM instance and build that. I bet we'll need Python, too. > On Nov 23, 2016, at 8:15 AM, Matt

Re: [VOTE] Release Apache Joshua 6.1 RC#2

2016-11-23 Thread Matt Post
+1 Thanks, Lewis! > On Nov 23, 2016, at 12:15 AM, lewis john mcgibbney wrote: > > Hello user@ and dev, > Please VOTE on the Apache Joshua 6.1 Release Candidate #2. > > We solved 50 issues: https://s.apache.org/joshua6.1 > > Git source tag

Re: Dockerhub hosted images

2016-11-23 Thread Matt Post
Kellen, can I bother you to post a few first steps? I've successfully pulled this down to my mac but now do not know how to find it, edit it, or run it. I'm porting through the documentation and will find it eventually but this would save me a bit of time. > On Nov 23, 2016, at 8:07 AM,

Re: Dockerhub hosted images

2016-11-23 Thread kellen sunderland
Yes my next step was going to be getting it hosted officially. I'll go ahead and open a ticket. I think I'll hold off on pushing to the Apache account until I've done a little more testing though. On Nov 23, 2016 5:22 AM, "lewis john mcgibbney" wrote: > Hi Kellen, > Nice

test non apache account

2016-11-23 Thread Matt Post
matt (from my phone)