Joshua Presentation @ApacheCon Core

2016-05-04 Thread Lewis John Mcgibbney
Hi Folks,
A heads up about my presentation @ApacheCon Core next week in Vancouver, BC.
I will be giving a presentation titled "Introducing Apache Joshua
(Incubating) - The Foundations First Statistical Machine Translation
Toolkit", the sched can be found at http://sched.co/6OJI
Thanks, look forward to seeing lots of people @ApacheCon.
All the best
Lewis

-- 
*Lewis*


Re: Podling Report Reminder - May 2016

2016-05-04 Thread Sunderland, Kellen
Thanks Lewis for the report, looks good to me.

One small typo?
to a a meetup -> to a meetup





On 5/4/16, 10:28 AM, "Matt Post"  wrote:

>I took a look and have nothing to add. Thanks for doing this, Lewis.
>
>matt
>
>
>> On May 1, 2016, at 8:00 PM, Matt Post  wrote:
>> 
>> Thanks, Lewis. I'll take a look at this by Weds.
>> 
>> 
>>> On May 1, 2016, at 4:16 PM, Lewis John Mcgibbney 
>>>  wrote:
>>> 
>>> Hi Folks,
>>> Initial report populated as below
>>> 
>>> JoshuaJoshua is a statistical machine translation toolkitJoshua has
>>> been incubating since 2016-02-13.Three most important issues to
>>> address in the move towards graduation:  1. Ensure first release of
>>> Joshua Incubating artifacts (6.1)  2. Continue to build the Joshua
>>> PPMC and user community  3. Investigate targeted user communities
>>> within ApacheAny issues that the Incubator PMC (IPMC) or ASF Board
>>> wish/need to beaware of?NoneHow has the community developed since the
>>> last report?Joshua is being represented at ApacheCon. Currently one
>>> presentation is taking place in addition to a a meetup. How has the
>>> project developed since the last report?The project team have been
>>> working on development codeas well as official branding. All
>>> infrastructure has beenmigrated over to Apache. We are aiming for our
>>> first releasesome time after ApacheCon.Date of last release:  N/AWhen
>>> were the last committers or PMC members elected?Kellen Sunderland and
>>> Felix Hieber joined the PPMC andas committers on April 11th, 2016.
>>> Signed-off-by:  [ ](joshua) Paul Ramirez  [X](joshua) Lewis John
>>> McGibbney  [ ](joshua) Chris Mattmann  [ ](joshua) Tom Barber  [
>>> ](joshua) Henri Yandell
>>> 
>>> 
>>> 
>>> On Sun, May 1, 2016 at 6:10 AM,  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
 prepare your quarterly board report.
 
 The board meeting is scheduled for Wed, 18 May 2016, 10:30 am PDT.
 The report for your podling will form a part of the Incubator PMC
 report. The Incubator PMC requires your report to be submitted 2 weeks
 before the board meeting, to allow sufficient time for review and
 submission (Wed, May 4th).
 
 Please submit your report with sufficient time to allow the Incubator
 PMC, and subsequently board members to review and digest. Again, the
 very latest you should submit your report is 2 weeks prior to the board
 meeting.
 
 Thanks,
 
 The Apache Incubator PMC
 
 Submitting your Report
 
 --
 
 Your report should contain the following:
 
 *   Your project name
 *   A brief description of your project, which assumes no knowledge of
   the project or necessarily of its field
 *   A list of the three most important issues to address in the move
   towards graduation.
 *   Any issues that the Incubator PMC or ASF Board might wish/need to be
   aware of
 *   How has the community developed since the last report
 *   How has the project developed since the last report.
 
 This should be appended to the Incubator Wiki page at:
 
 http://wiki.apache.org/incubator/May2016
 
 Note: This is manually populated. You may need to wait a little before
 this page is created from a template.
 
 Mentors
 ---
 
 Mentors should review reports for their project(s) and sign them off on
 the Incubator wiki page. Signing off reports shows that you are
 following the project - projects that are not signed may raise alarms
 for the Incubator PMC.
 
 Incubator PMC
 
>>> 
>>> 
>>> 
>>> -- 
>>> *Lewis*
>> 
>
Amazon Development Center Germany GmbH
Berlin - Dresden - Aachen
main office: Krausenstr. 38, 10117 Berlin
Geschaeftsfuehrer: Dr. Ralf Herbrich, Christian Schlaeger
Ust-ID: DE289237879
Eingetragen am Amtsgericht Charlottenburg HRB 149173 B


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

2016-05-04 Thread Tommaso Teofili (JIRA)

 [ 
https://issues.apache.org/jira/browse/JOSHUA-253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tommaso Teofili updated JOSHUA-253:
---
Attachment: JOSHUA-253.patch

adding a patch which removes:
- test/joshua/corpus/vocab/VocabularyTest
- test/joshua/corpus/CorpusArrayTest
- test/joshua/decoder/ff/lm/ArpaFileTest
- test/joshua/decoder/ff/ArityPhrasePenaltyFFTest

all of the other tests compile except:
- test/joshua/decoder/DecoderThreadTest
- test/joshua/util/io/BinaryTest

These last two tests look important to me but it seems quite a number of things 
needs to be adjusted.

> Enable execution of Unit tests
> --
>
> Key: JOSHUA-253
> URL: https://issues.apache.org/jira/browse/JOSHUA-253
> Project: Joshua
>  Issue Type: Test
>Affects Versions: 6.0
>Reporter: Lewis John McGibbney
> Fix For: 6.1
>
> Attachments: JOSHUA-253.patch
>
>
> As per our [discussion on this 
> topic|http://www.mail-archive.com/dev%40joshua.incubator.apache.org/msg00270.html],
>  [~teofili] correctly identified that unit level tests are not executed.
> We need to fix this such that they are.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


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

2016-05-04 Thread Tommaso Teofili (JIRA)

[ 
https://issues.apache.org/jira/browse/JOSHUA-253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15270649#comment-15270649
 ] 

Tommaso Teofili commented on JOSHUA-253:


regarding unit tests, many of them cannot compile if I add _test_ as test 
directory (in pom.xml, just to make it easier) because of old / missing APIs; I 
would opt for keeping only the ones that can be compiled (maybe changing some 
imports and/or minor adjustments) and remove the others.
I will collect the ones that I think should be removed.

> Enable execution of Unit tests
> --
>
> Key: JOSHUA-253
> URL: https://issues.apache.org/jira/browse/JOSHUA-253
> Project: Joshua
>  Issue Type: Test
>Affects Versions: 6.0
>Reporter: Lewis John McGibbney
> Fix For: 6.1
>
>
> As per our [discussion on this 
> topic|http://www.mail-archive.com/dev%40joshua.incubator.apache.org/msg00270.html],
>  [~teofili] correctly identified that unit level tests are not executed.
> We need to fix this such that they are.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Podling Report Reminder - May 2016

2016-05-04 Thread johndament
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
prepare your quarterly board report.

The board meeting is scheduled for Wed, 18 May 2016, 10:30 am PDT.
The report for your podling will form a part of the Incubator PMC
report. The Incubator PMC requires your report to be submitted 2 weeks
before the board meeting, to allow sufficient time for review and
submission (Wed, May 4th).

Please submit your report with sufficient time to allow the Incubator
PMC, and subsequently board members to review and digest. Again, the
very latest you should submit your report is 2 weeks prior to the board
meeting.

Thanks,

The Apache Incubator PMC

Submitting your Report

--

Your report should contain the following:

*   Your project name
*   A brief description of your project, which assumes no knowledge of
the project or necessarily of its field
*   A list of the three most important issues to address in the move
towards graduation.
*   Any issues that the Incubator PMC or ASF Board might wish/need to be
aware of
*   How has the community developed since the last report
*   How has the project developed since the last report.

This should be appended to the Incubator Wiki page at:

http://wiki.apache.org/incubator/May2016

Note: This is manually populated. You may need to wait a little before
this page is created from a template.

Mentors
---

Mentors should review reports for their project(s) and sign them off on
the Incubator wiki page. Signing off reports shows that you are
following the project - projects that are not signed may raise alarms
for the Incubator PMC.

Incubator PMC