Podling Report Reminder - November 2017

2017-10-25 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, 15 November 2017, 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, November 01).

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.
*   How does the podling rate their own maturity.

This should be appended to the Incubator Wiki page at:

https://wiki.apache.org/incubator/November2017

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


[jira] [Commented] (JOSHUA-332) Merge 7 branch into master

2017-10-25 Thread Lewis John McGibbney (JIRA)

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

Lewis John McGibbney commented on JOSHUA-332:
-

[~teofili] I see that your recent [link mailing list 
discussion|https://lists.apache.org/thread.html/b43cdffd8f3ea7b7c70929eed4aaa989af31bcdc5b5e8320ff412dd4@%3Cdev.joshua.apache.org%3E]
 may have not been resolved yet. Is this preventing the replacement of current 
master with 7 branch?
Thanks

>  Merge 7 branch into master
> ---
>
> Key: JOSHUA-332
> URL: https://issues.apache.org/jira/browse/JOSHUA-332
> Project: Joshua
>  Issue Type: Task
>  Components: core
>Reporter: Tommaso Teofili
>Assignee: Tommaso Teofili
> Fix For: 7
>
>
> As discussed on the mailing list, let's branch _master_ into a _6x_ branch 
> and merge branch _7_ into _master_ in order to keep developing on top of the 
> latest in the main branch.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] incubator-joshua issue #80: Code Reformatting and output of string length ra...

2017-10-25 Thread thammegowda
Github user thammegowda commented on the issue:

https://github.com/apache/incubator-joshua/pull/80
  
There are two commits. 

The first one is for reformatting the code change.
The second one is for computing the length ratios...


---


[GitHub] incubator-joshua pull request #80: Code Reformatting and output of string le...

2017-10-25 Thread thammegowda
GitHub user thammegowda opened a pull request:

https://github.com/apache/incubator-joshua/pull/80

Code Reformatting and output of string length ratios

one new number in the eval output - sentence length (number of words) 
ratios between output and reference.

However, to interpret the existing code, I had to indent the code correctly.
There are a lot of edits, but most of them are due to code reformatting - 
no functional change.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/thammegowda/incubator-joshua code-clean

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-joshua/pull/80.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #80


commit 36e3a5d39702e2f139afa7f0bd67220beef4cfa5
Author: Thamme Gowda 
Date:   2017-10-25T18:46:28Z

code clean and reformat

commit 7eae36dbae9fe64ef929800cb7160e3739f16f77
Author: Thamme Gowda 
Date:   2017-10-25T19:03:06Z

Output Ratio of Lengths of Strings




---