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

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 Joshua and integrating it i

Re: Any symal experts?

2016-11-23 Thread Matt Post
> I'll keep the symal use on the backburner and start putting together an > atools port. > > -John > > On Wed, Nov 23, 2016 at 12:18 PM, Matt Post wrote: > >> John — I suggest trying to ditch those GIZA++ tools entirely. fast_align >> indeed replaced them with "

Re: Downloading of non ASF licensed code

2016-11-28 Thread Matt Post
This would be easy to do. Maybe just a simple prompt that alerts the user? Something like echo "Warning: this script downloads many tools used in building and running" echo "Joshua. Not all of them are Apache Licensed. If you wish to continue, hit Enter". read j

★ joshua roadmap feature: dynamic phrase tables, retuning, and data sharing

2016-11-28 Thread Matt Post
One project I think could be interesting for Joshua's future is sketched here. - Dynamic phrase tables. Joshua currently lets people add custom phrases to the existing models that then get used. There is a research topic here for how to make it better (particularly, how to set the weights of rul

Re: Signing off a Joshua Release

2016-11-29 Thread Matt Post
Same here, thanks, Tom. > On Nov 27, 2016, at 3:38 AM, kellen sunderland > wrote: > > Definitely guilty of this. I'll check the release checklist in the > future. Thanks for the reminder Tom. > > On Nov 26, 2016 1:27 PM, "Tom Barber" wrote: > > Hello folks, > > I see plenty of +1's going

modernmt

2016-12-01 Thread Matt Post
Just came across this, and it's really cool: https://github.com/ModernMT/MMT See the README for some great use cases. I'm surprised I'd never heard of this before as it's EU funded and associated with U Edinburgh.

Re: ★ joshua roadmap feature: dynamic phrase tables, retuning, and data sharing

2016-12-01 Thread Matt Post
nts, > Tommaso > > > Il giorno mar 29 nov 2016 alle ore 04:08 Matt Post <mailto:p...@cs.jhu.edu>> ha > scritto: > >> One project I think could be interesting for Joshua's future is sketched >> here. >> >> - Dynamic phrase tables. Joshua cur

Re: modernmt

2016-12-01 Thread Matt Post
tor, Information Retrieval and Data Science Group (IRDS) >> Adjunct Associate Professor, Computer Science Department >> University of Southern California, Los Angeles, CA 90089 USA >> WWW: http://irds.usc.edu/ >> +++

Re: Issues to Fix with Apache Joshua 6.1 RC#2

2016-12-01 Thread Matt Post
Hi folks, What's the status of this? Can we check off items from the list below that have been completed? matt > On Nov 29, 2016, at 4:24 PM, lewis john mcgibbney wrote: > > Hi Folks, > We have a number of issues to fix which were picked up over on general@. In > particular, we received exce

apache parent POM?

2016-12-09 Thread Matt Post
Hi, I notice that our POM depends on version 10 of the parent org.apache:apache POM: org.apache apache 10 ... That POM is about five years old. The current version however is 18. Is there a reason to use 10? I can build fine with 18. Matt

Re: Issues to Fix with Apache Joshua 6.1 RC#2

2016-12-12 Thread Matt Post
at [8][9][10] can be removed from the > release. > > I'm not totally clear on what we need to do to resolve the licensing issues > [5] and [6]. Do we simply need to give attribution to these projects in > our LICENSE.txt file? > > > > On Thu, Dec 1, 2016 at 1

Re: Apache Joshua Project

2016-12-13 Thread Matt Post
he case without German-French parallel data. > > > > > > Regards, > > Alexei > > > > > > > 2016-12-12 17:58 GMT+03:00 Matt Post <mailto:p...@cs.jhu.edu>>: > No, each has to be run separately. But not all are equally good, so I sug

Re: Apache Joshua Project

2016-12-13 Thread Matt Post
via English conversion ? (like German to English first and then English to > French) > > I mean for the case without German-French parallel data. > > > > > > Regards, > > Alexei > > > > > > > 2016-12-12 17:58 GMT+03:00 Matt Post &

Re: Apache Joshua Project

2016-12-14 Thread Matt Post
English gives error > "¿Se puede aprender a escribir? ¿El escritor nace o se hace? La vieja > pregunta." > > If you try to translate words separated with commas it not translates these > words > "inglés, francés, alemán y portugués" > > output > "I

Re: Apache Joshua Project

2016-12-14 Thread Matt Post
gt; > 3) Is there any document of how to create offline translation system based on > Joshua and make it as c++ library for example ? > > > > > 2016-12-14 14:33 GMT+03:00 Matt Post <mailto:p...@cs.jhu.edu>>: > 1. the lm cannot be used with moses. we have berk

Re: Apache Joshua Project

2016-12-16 Thread Matt Post
nfluence/home.apache.org/~lewismc/language-pack-en-ru-2016-10-28.tar.gz > > <https://cwiki.apache.org/confluence/home.apache.org/~lewismc/language-pack-en-ru-2016-10-28.tar.gz> > > When do you plan to create and upload other languages ? > > Regards, > Alexei > >

Re: Problem on web page

2016-12-20 Thread Matt Post
Thanks! Fixed. > On Dec 19, 2016, at 9:35 AM, Fabrizio Gotti wrote: > > Hi, > > On the page > > https://cwiki.apache.org/confluence/display/JOSHUA/Notes+on+Language+Pack+Creation > > the link "Here are a number of things that may be useful for you to know in > using them. >

joshua release

2016-12-20 Thread Matt Post
Lewis — any chance you can pick this back up? I think we've covered all of the issues?

Re: Pluggable preprocessing and OpenNLP

2016-12-21 Thread Matt Post
Sure, that'd be nice to do. I'd love to get rid of the Perl scripts. Are you just throwing out an idea or are you interested in doing this? I think the way to go would be to set this up on a branch (off 7), and then I could test it on some languages. > On Dec 21, 2016, at 5:33 AM, Tommaso Teof

Re: Pluggable preprocessing and OpenNLP

2016-12-21 Thread Matt Post
> On Dec 21, 2016, at 10:36 AM, Joern Kottmann wrote: > > I am happy to support a bit with this, we can also see if things in OpenNLP > need to be changed to make this work smoothly. Great! > One challenge is to train OpenNLP on all the languages you support. Do you > have training data that

Re: Pluggable preprocessing and OpenNLP

2016-12-21 Thread Matt Post
7 → master is indeed the plan, as soon as we ship 6.1. matt > On Dec 21, 2016, at 1:25 PM, Tommaso Teofili > wrote: > > Il giorno mer 21 dic 2016 alle ore 16:00 Matt Post ha > scritto: > >> Sure, that'd be nice to do. I'd love to get rid of the Perl script

Re: Any symal experts?

2017-01-03 Thread Matt Post
John — Any updates on here? > On Nov 23, 2016, at 12:28 PM, Matt Post wrote: > > 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 cl

Re: Any symal experts?

2017-01-10 Thread Matt Post
> > Back from break now; will give an update soon. > > -John > > On Tue, Jan 3, 2017 at 12:03 PM, Matt Post wrote: > >> John — Any updates on here? >> >> >>> On Nov 23, 2016, at 12:28 PM, Matt Post wrote: >>> >>> I th

Re: Pluggable preprocessing and OpenNLP

2017-01-13 Thread Matt Post
; heuristics? >>> It would be great to have an additional more capable rule based tokenizer >>> in OpenNLP. >>> >>> The sentence splitter can be trained on a few thousand sentences or so, I >>> think that will work out nicely. >>> >>> Jör

Re: Rebase on Relese

2017-01-13 Thread Matt Post
Hi Lewis, Welcome back! I think we have checked off all the things on your list, and are ready any time for the release. Do you have the time to double-check, and then to head up this effort? matt > On Jan 13, 2017, at 11:59 AM, lewis john mcgibbney wrote: > > Hi Folks, > Where are we with

Re: Plugging self-hosted Joshua into mailman?

2017-01-17 Thread Matt Post
Hello, Joshua would be suitable to this. We have models built for FR→EN and ES→EN. I want to improve these because some certain data was left out. I could also build ones for the other direction. One question — What do you mean about 3rd party services being "untrustworthy"? matt > On Jan 16

Re: Pluggable preprocessing and OpenNLP

2017-01-18 Thread Matt Post
would be good for testing for > you? > > The tokenizer can probably trained as well, I saw a couple of tokenized > data sets. Maybe that makes sense for you too. > > Jörn > > > > On Fri, 2017-01-13 at 09:48 -0500, Matt Post wrote: >> Hi Jörn, >> >> [S

Re: mvn assembly issues

2017-01-19 Thread Matt Post
I have never seen this error before! It seems like this must have something to do with the build environment where this is being done? Maybe there are tar options to not store the userid or to set it to something? > On Jan 18, 2017, at 9:08 PM, David Meikle wrote: > > Hey Lewis, > >> On 18 J

Re: Plugging self-hosted Joshua into mailman?

2017-01-19 Thread Matt Post
Karel — On this point, I don't think you should have to use the tutorials, which tell you how to identify training data and build new translation models yourself. I imagine that you would be more interested in downloading pre-built models that don't really require you to be an expert in MT. See

Re: Plugging self-hosted Joshua into mailman?

2017-01-19 Thread Matt Post
> On Jan 17, 2017, at 11:55 AM, Karel Novotný wrote: > > Hello Matt, > > Thanks for responding... > > On 17.1.2017 17:31, Matt Post wrote: >> Hello, >> >> Joshua would be suitable to this. We have models built for FR→EN and ES→EN. >> I want t

Re: Podling Report Reminder - February 2017

2017-01-30 Thread Matt Post
Folks — I'll take care of this next week, after February 6. matt > On Jan 30, 2017, at 10:18 PM, johndam...@apache.org wrote: > > Dear podling, > > This email was sent by an automated system on behalf of the Apache > Incubator PMC. It is an initial reminder to give you plenty of time to > prepa

Re: Podling Report Reminder - February 2017

2017-02-01 Thread Matt Post
Folks, I added the Joshua report. https://wiki.apache.org/incubator/February2017 It is due today. Feel free to make comments or initiate discussion here but otherwise what's there is what will be sent. matt > On Jan 25, 2017, at 7:21

problems with BerkeleyLM

2017-02-01 Thread Matt Post
Hi folks, I've found some problems with BerkeleyLM. I haven't diagnosed it yet, and am not going to have time for a week or two at least, but thought I'd bring it to everyone's attention because this affects our no-external-dependency releases. As for the solution, in addition to trying to trac

Re: Cutting RC3

2017-02-23 Thread Matt Post
Thank you for heading this up, Tommaso! I'll be able to catch up on this after today. matt > On Feb 23, 2017, at 3:06 AM, Tommaso Teofili > wrote: > > probably because of the mentioned network issues the artifacts ended up in > two separate staging repositories in Nexus, which is undesired.

Re: [VOTE] Release Apache Joshua 6.1 (Incubating)

2017-02-26 Thread Matt Post
Hi folks, First, Tommaso, thank you for pulling this together! I want to remind everyone that there's a checklist to go through before sending your +1. Here's from an email from Tom Barber a while back: > Hello folks, > > I see plenty of +1's going through the release vote, which is great to

Re: Question before preparing RC3

2017-02-28 Thread Matt Post
Thanks, Tommaso. I'm not actually sure what the right process is, here. matt > On Feb 22, 2017, at 8:04 AM, Tommaso Teofili > wrote: > > I've realized it should be fine, therefore I'm proceeding with cutting the > new RC. > > Regards, > Tommaso > > Il giorno lun 20 feb 2017 alle ore 16:21 T

Re: Chinese Language Pack

2017-03-02 Thread Matt Post
Yes, this on the docket, but there is currently no timeline. Perhaps sometime this month? matt > On Mar 1, 2017, at 8:18 PM, emu...@cock.li wrote: > > Hello > > Are there any plans to release a Chinese to English language pack in the near > future and approximate timeline? > > > Thanks! >

Re: Dockerhub hosted images

2017-03-03 Thread Matt Post
n -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 > kellens/apache-joshua-es-en-2016-10-05' and that would start up the h

Re: [VOTE] Release Apache Joshua 6.1 (Incubating)

2017-03-04 Thread Matt Post
NO >>>>I get warning: >>>>"gpg --verify joshua-incubating-6.1-src.tar.gz.asc >>>> joshua-incubating-6.1-src.tar.gz >>>>gpg: Signature made Thu Feb 23 09:15:17 2017 CET using RSA key ID >>>> 891768A5 >>>>

Re: Dockerhub hosted images

2017-03-07 Thread Matt Post
pports other things like adding rules) and is a bit faster. I'm documenting the RESTful API here: https://cwiki.apache.org/confluence/display/JOSHUA/RESTful+API matt > On Mar 3, 2017, at 11:24 AM, Matt Post wrote: > > Folks, > > I've updated the code with a few chang

Re: [jira] [Commented] (JOSHUA-331) Address Apache Joshua 6.1 RC#3 Issues

2017-03-08 Thread Matt Post
Hi Tommaso, I'm afraid I'm not at all familiar with the release process and am not sure what to do here. Can you simply retrace these steps and do it again correctly? matt > On Mar 7, 2017, at 8:31 AM, Tommaso Teofili (JIRA) wrote: > > >[ > https://issues.apache.org/jira/browse/JOSHUA-

Re: Apache Joshua Question

2017-03-09 Thread Matt Post
ps://cwiki.apache.org/confluence/display/JOSHUA/RESTful+API?src=contextnavpagetreemode> Sincerely, Matt Post > On Mar 9, 2017, at 9:58 AM, Guanzhong Wang > wrote: > > Dear Joshua Development Team > I am a web developer working in DC area now. In recent years I am very > int

Re: [VOTE] Release Apache Joshua 6.1 (Incubating) RC4

2017-03-20 Thread Matt Post
Folks — This is still in my queue so let's keep this open. matt > On Mar 16, 2017, at 8:56 PM, John Hewitt wrote: > > Lewis is right about the week. Sorry, everyone. This week had a DARPA > meeting in Atlanta. I'll get my +/-1 out tomorrow. > > -John > > On Thu, Mar 16, 2017 at 8:53 PM, Mich

Re: [VOTE] Release Apache Joshua 6.1 (Incubating) RC4

2017-03-31 Thread Matt Post
This discrepancy is okay for now but should be fixed in the future. (at some point when we're in person we should exchange GPG keys) matt > On Mar 20, 2017, at 9:53 PM, Matt Post wrote: > > Folks — This is still in my queue so let's keep this open. > > matt >

Re: ping on RC4 vote

2017-03-31 Thread Matt Post
Yes, I've verified that those don't match, either. I can't think of a reason that they *shouldn't* match. Tommaso, do you have any idea why they're different? Are these two locations out of sync? > On Mar 29, 2017, at 12:58 PM, Michael A. Hedderich > wrote: > > Hi, > > from my last mail: >

Re: Plugging self-hosted Joshua into mailman?

2017-04-06 Thread Matt Post
Karel, I'm way overdue on this email, so perhaps you've dropped this entirely, but I thought I'd respond to these points (inline below). > On Jan 19, 2017, at 7:18 PM, Karel Novotný <mailto:ka...@apc.org>> wrote: > > > > On 19.1.2017 15:15, Matt Post w

Re: Plugging self-hosted Joshua into mailman?

2017-04-25 Thread Matt Post
>> There is now a Dockerized Joshua that makes it easy to use KenLM, which >> reduces these requirements quite a bit. > > Ok. I will talk to our sysadmin and see if he can do this. I myself > don't know what 'dockerized' means in this context. If it is a separate > pack/module, can you please po

Re: java.lang.UnsatisfiedLinkError: no ken in java.library.path

2017-05-24 Thread Matt Post
Hi, If you are using a language pack, you must have KenLM installed into the language pack directory under lib/ since that is where it looks. Can you copy libken.so to that directory and see if it works? > On May 23, 2017, at 10:54 PM, Hoàng Đình Long wrote: > > Hello, > > I have followed

Re: java.lang.UnsatisfiedLinkError: no ken in java.library.path

2017-05-25 Thread Matt Post
em.loadLibrary(System.java:1122) > at > org.apache.joshua.decoder.ff.lm.KenLM.initializeSystemLibrary(KenLM.java:103) > ... 12 more > > > On Wed, May 24, 2017 at 9:06 PM, Matt Post wrote: > >> Hi, >> >> If you are using a language pack, you must have KenL

Re: Podling Report Reminder - June 2017

2017-05-25 Thread Matt Post
Thank you, Lewis! > On May 25, 2017, at 3:25 PM, lewis john mcgibbney wrote: > > Hi Folks, > I've populated this report. If any mentors are able to look it over, it > would be appreciated. > Lewis > > On Tue, May 23, 2017 at 3:00 AM, < > dev-digest-h...@joshua.incubator.apache.org> wrote: > >

Re: java.lang.UnsatisfiedLinkError: no ken in java.library.path

2017-05-30 Thread Matt Post
On May 25, 2017, at 10:43 PM, Hoàng Đình Long wrote: > > Yes, in the language pack/model folder, there are lm.kenlm, grammar.glue > files and a sub folder named grammar.packed > > On Thu, May 25, 2017 at 5:56 PM, Matt Post wrote: > >> Is the file model/lm.kenlm in place? >&

Re: java.lang.UnsatisfiedLinkError: no ken in java.library.path

2017-05-31 Thread Matt Post
-tutorial/runs/releases/apache-joshua-es-en-2017-05-30/lib" > > Now it works great. > > Is it the way it is supposed to happen? > > Anyway, thank you! > I will review the overall picture and see what to do next. > > On Tue, May 30, 2017 at 10:44 PM, Matt

Re: Thumbs up from general@ to release Joshua 6.1 (Incubating)

2017-06-12 Thread Matt Post
Thanks for all your work on this, folks! matt > On Jun 10, 2017, at 4:00 PM, lewis john mcgibbney wrote: > > Hi Folks, > Both Justin and John have provided us with +1's for releasing... which is > quite frankly great. > We've been undertaking a good bit of due diligence for this release... it

Re: Merging 7.X into master??? + cleaning up branches

2017-06-28 Thread Matt Post
This is definitely a good idea. Many of these branches are dead and are unlikely to contain much that can be merged in, and are therefore probably best deleted. The plan for 7 was a big simplification of much of the guts, but with the transition to neural approaches in the research community, th

Re: [ANNOUNCE] - Apache Joshua 6.1 incubating release

2017-06-28 Thread Matt Post
Yes, tighter integration with other Apache projects sounds like a good idea to me. Rewriting Thrax to use a more modern tool would also be hugely helpful to Joshua in the long term. It is getting harder and harder to find and maintain (much less justify) Hadoop clusters that are separate from ot

Re: Merging 7.X into master??? + cleaning up branches

2017-07-04 Thread Matt Post
question of why you'd use Joshua if you had a GPU available. I think that it would be better to focus on low-resource scenarios and user-focused applications, instead. > On Jun 29, 2017, at 12:35 PM, Tommaso Teofili > wrote: > > Hi Matt, > > Il giorno gio 29 giu 2017 alle

Re: [jira] [Commented] (JOSHUA-277) UnsatisfiedLinkError: no ken in java.library.path

2017-08-23 Thread Matt Post
what is the file size of lm dot kenlm and lm.gz? that will tell you if they built fine. check that joshua config path to lm is valid. thrown error might be off. matt (from my phone) > Le 23 août 2017 à 15:27, Jeffrey Smith (JIRA) a écrit : > > >[ > https://issues.apache.org/jira/brows

Re: [jira] [Commented] (JOSHUA-277) UnsatisfiedLinkError: no ken in java.library.path

2017-08-23 Thread Matt Post
What's the file size of grammar.gz? Looks like it didn't get extracted. > On Aug 23, 2017, at 8:14 PM, Jeffrey Smith (JIRA) wrote: > > >[ > https://issues.apache.org/jira/browse/JOSHUA-277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16138814#comm

Re: [jira] [Commented] (JOSHUA-277) UnsatisfiedLinkError: no ken in java.library.path

2017-08-25 Thread Matt Post
You said you're on OS X? This should work, but you might try building in a Docker container. There's a Dockerfile in distribution/docker/kenlm > On Aug 25, 2017, at 1:24 PM, Jeffrey Smith (JIRA) wrote: > > >[ > https://issues.apache.org/jira/browse/JOSHUA-277?page=com.atlassian.jira.plug

Re: [jira] [Commented] (JOSHUA-277) UnsatisfiedLinkError: no ken in java.library.path

2017-08-28 Thread Matt Post
Hi, There is no Joshua manual, unfortunately, just the Confluence pages. I looked at your run and it seems that Thrax is failing. I don't know what your Hadoop configuration is like, but that is likely the problem (see thrax.log in these directories). If you setup Hadoop incorrectly, or don't h

Re: About how to use Jousha translator

2017-09-12 Thread Matt Post
Hi, The mention of Google referred only to the public API. That is, Joshua's server mode will answer to RESTful style queries. This is implemented There are not any new language packs forthcoming in the near future that I am aware of. matt (from my phone) > Le 12 sept. 2017 à 14:44, lewis j

Re: About how to use Jousha translator

2017-09-12 Thread Matt Post
> Thanks for your response. Would you mind to give me a clue how I can use this > plublic API to translate from amharic to English or other ? > > On Tuesday, September 12, 2017, Matt Post <mailto:p...@cs.jhu.edu>> wrote: > Hi, > > The mention of Google referred only

Re: [DISCUSS] Graduation (was Re: Path to TLP)

2017-09-25 Thread Matt Post
Hi everyone, I think now is as good time a time as any to mention my feelings about Joshua. You may have noticed that I haven't done much active development over the past year; you likely also know that the reason is that the research community has shifted entirely from work on statistical mode

Re: [DISCUSS] Graduation (was Re: Path to TLP)

2017-10-05 Thread Matt Post
getting new >> GSOC projects to add in the NeuralMT stuff. >> >> If you are OK with that I think we should proceed. Let me know and thanks. >> >> Cheers, >> Chris >> >> >> >> >> On 9/25/17, 11:24 PM, "Matt Post" wrote: &g

Re: problems with LM loading

2017-10-16 Thread Matt Post
First I'd check, does the file exist? It shouldn't be calling ArpaLM. That's for loading plain text files. ".berkeleylm" files have been compiled into a special binary format that is more efficiently compacted and can be ready quickly. There is logic for determining which type of file it is, an

Re: [jira] [Commented] (JOSHUA-333) The English-English Language Pack download links are broken.

2018-01-08 Thread Matt Post
Hi folks, Hope we can dig these up because they’ve been deleted from JHU’s servers. matt (from my phone) > Le 5 janv. 2018 à 17:51, Lewis John McGibbney (JIRA) a > écrit : > > >[ > https://issues.apache.org/jira/browse/JOSHUA-333?page=com.atlassian.jira.plugin.system.issuetabpanels:com

Re: CJK LPs

2018-02-19 Thread Matt Post
I don’t think I ever built these. There is an additional step of properly and consistently segmenting Chinese which complicates things and creates an external dependency. matt (from my phone) > Le 19 févr. 2018 à 10:46, Tommaso Teofili a écrit > : > > Hi all, > > I am not sure if I am miss

Re: CJK LPs

2018-02-19 Thread Matt Post
t; [2] : https://lucene.apache.org/core/7_0_0/analyzers-kuromoji/ > > Il giorno lun 19 feb 2018 alle ore 12:12 Matt Post ha > scritto: > >> I don’t think I ever built these. There is an additional step of properly >> and consistently segmenting Chinese which complicates thing

Re: [DISCUSS] Graduation (was Re: Path to TLP)

2018-09-06 Thread Matt Post
Project; and be it further > > > > RESOLVED, that the persons listed immediately below be and > > hereby are appointed to serve as the initial members of the > > Apache Joshua Project: > > > > * Tom Barber > > *

[jira] [Commented] (JOSHUA-248) Add Apache License headers to Joshua code

2016-03-07 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15183229#comment-15183229 ] Matt Post commented on JOSHUA-248: -- Can you describe or point me to the conventions

[jira] [Commented] (JOSHUA-248) Add Apache License headers to Joshua code

2016-03-19 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15197979#comment-15197979 ] Matt Post commented on JOSHUA-248: -- For what it's worth, the code in the whole

[jira] [Commented] (JOSHUA-248) Add Apache License headers to Joshua code

2016-04-05 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15226639#comment-15226639 ] Matt Post commented on JOSHUA-248: -- My read is the same as Henri's: Joshua h

[jira] [Commented] (JOSHUA-253) Enable execution of Unit tests

2016-04-27 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15260525#comment-15260525 ] Matt Post commented on JOSHUA-253: -- Yes, Tommaso is correct. test/ holds what I t

[jira] [Commented] (JOSHUA-251) Address Website Branding Issues

2016-04-27 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15261475#comment-15261475 ] Matt Post commented on JOSHUA-251: -- Related to this: after trying to use it a littl

[jira] [Commented] (JOSHUA-258) Add back penn-treebank-(de)tokenizer perl scripts

2016-04-28 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15263258#comment-15263258 ] Matt Post commented on JOSHUA-258: -- Yes, it's been too-long neglected!

[jira] [Commented] (JOSHUA-259) Integration tests are failing

2016-05-02 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15267080#comment-15267080 ] Matt Post commented on JOSHUA-259: -- I am having some failures, but not all of y

[jira] [Commented] (JOSHUA-259) Integration tests are failing

2016-05-02 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15267086#comment-15267086 ] Matt Post commented on JOSHUA-259: -- For the Hadoop test, it currently tests rolling

[jira] [Updated] (JOSHUA-145) Add truecasing

2016-05-02 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Post updated JOSHUA-145: - Issue Type: New Feature (was: Bug) > Add truecasing > -- > > Key

[jira] [Commented] (JOSHUA-145) Add truecasing

2016-05-02 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15267521#comment-15267521 ] Matt Post commented on JOSHUA-145: -- Reclassified. I recently added a related featur

[jira] [Commented] (JOSHUA-172) Speed up grammar file reading with memory-mapped files

2016-05-02 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15267568#comment-15267568 ] Matt Post commented on JOSHUA-172: -- Agreed. > Speed up grammar file reading with

[jira] [Commented] (JOSHUA-260) Integrate IoC (Inversion of Control) into Joshua

2016-05-02 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15267566#comment-15267566 ] Matt Post commented on JOSHUA-260: -- This looks cool. I am not going to be able to

[jira] [Closed] (JOSHUA-172) Speed up grammar file reading with memory-mapped files

2016-05-02 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Post closed JOSHUA-172. Resolution: Done Assignee: Matt Post This is implemented with packed grammars. > Speed up gram

[jira] [Commented] (JOSHUA-261) Remove ext directory from source tree

2016-05-06 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15274386#comment-15274386 ] Matt Post commented on JOSHUA-261: -- Can we include KenLM? It's LGPL 2.1+. Berk

[jira] [Commented] (JOSHUA-250) Dockerized the test CI ti specify system libraries

2016-05-08 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15275838#comment-15275838 ] Matt Post commented on JOSHUA-250: -- FYI there has been some independent work on do

[jira] [Commented] (JOSHUA-250) Dockerized the test CI ti specify system libraries

2016-05-13 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15282663#comment-15282663 ] Matt Post commented on JOSHUA-250: -- I'm not sure that he'd be able to cont

[jira] [Commented] (JOSHUA-267) Java seems to swallow C exceptions

2016-05-16 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15284457#comment-15284457 ] Matt Post commented on JOSHUA-267: -- Is this with a model you built, or one of

[jira] [Commented] (JOSHUA-262) Implement all logging as Slf4j over Log4j

2016-05-20 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15294655#comment-15294655 ] Matt Post commented on JOSHUA-262: -- It's not very systematic. - 0: print noth

[jira] [Commented] (JOSHUA-262) Implement all logging as Slf4j over Log4j

2016-05-20 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15294673#comment-15294673 ] Matt Post commented on JOSHUA-262: -- I'm not sure if that's right (also

[jira] [Commented] (JOSHUA-270) pipeline.pl needs major refactoring

2016-05-24 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15299141#comment-15299141 ] Matt Post commented on JOSHUA-270: -- The pipeline is a huge mess, probably not w

[jira] [Commented] (JOSHUA-252) Make it possible to use Maven to build Joshua

2016-05-24 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15299142#comment-15299142 ] Matt Post commented on JOSHUA-252: -- Are there any updates on this? I'd love to

[jira] [Commented] (JOSHUA-271) Thrax invocation should not reply upon $HADOOP being set

2016-05-24 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15299181#comment-15299181 ] Matt Post commented on JOSHUA-271: -- It looks like there are just two lines where

[jira] [Created] (JOSHUA-272) Simplify the packing and usage of phrase-based grammars

2016-05-25 Thread Matt Post (JIRA)
Matt Post created JOSHUA-272: Summary: Simplify the packing and usage of phrase-based grammars Key: JOSHUA-272 URL: https://issues.apache.org/jira/browse/JOSHUA-272 Project: Joshua Issue Type

[jira] [Commented] (JOSHUA-266) Refactor key interfaces and core code for a future release.

2016-05-25 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15299609#comment-15299609 ] Matt Post commented on JOSHUA-266: -- Closing this as a duplicate of JOSHUA

[jira] [Closed] (JOSHUA-266) Refactor key interfaces and core code for a future release.

2016-05-25 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Post closed JOSHUA-266. Resolution: Duplicate > Refactor key interfaces and core code for a future rele

[jira] [Updated] (JOSHUA-261) Remove ext directory from source tree

2016-05-25 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Post updated JOSHUA-261: - Description: Right now we have a bunch of cofe bundled in to the [ext|https://github.com/apache

[jira] [Updated] (JOSHUA-261) Remove ext directory from source tree

2016-05-25 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Post updated JOSHUA-261: - Description: Right now we have a bunch of cofe bundled in to the [ext|https://github.com/apache

[jira] [Resolved] (JOSHUA-271) Thrax invocation should not reply upon $HADOOP being set

2016-05-25 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Post resolved JOSHUA-271. -- Resolution: Fixed Assignee: Matt Post > Thrax invocation should not reply upon $HADOOP being

[jira] [Resolved] (JOSHUA-272) Simplify the packing and usage of phrase-based grammars

2016-05-25 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Post resolved JOSHUA-272. -- Resolution: Fixed Fixed with [a recent comment|https://github.com/apache/incubator-joshua/commit

[jira] [Comment Edited] (JOSHUA-272) Simplify the packing and usage of phrase-based grammars

2016-05-25 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15300566#comment-15300566 ] Matt Post edited comment on JOSHUA-272 at 5/25/16 6:1

<    1   2   3   4   5   >