[jira] [Updated] (JOSHUA-316) run_bundler.py returning JOB FAILED (return code 1) TypeError: memoryview: a bytes-like object is required, not 'str'

2016-10-25 Thread Lewis John McGibbney (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney updated JOSHUA-316: Fix Version/s: (was: 6.2) 6.1 > run_bundler.py returning JOB

[jira] [Commented] (JOSHUA-316) run_bundler.py returning JOB FAILED (return code 1) TypeError: memoryview: a bytes-like object is required, not 'str'

2016-10-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15607165#comment-15607165 ] ASF GitHub Bot commented on JOSHUA-316: --- Github user lewismc commented on the issue:

[GitHub] incubator-joshua issue #73: JOSHUA-316 run_bundler.py returning JOB FAILED (...

2016-10-25 Thread lewismc
Github user lewismc commented on the issue: https://github.com/apache/incubator-joshua/pull/73 BTW I am using Python 3.5 here. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] incubator-joshua pull request #73: JOSHUA-316 run_bundler.py returning JOB F...

2016-10-25 Thread lewismc
GitHub user lewismc opened a pull request: https://github.com/apache/incubator-joshua/pull/73 JOSHUA-316 run_bundler.py returning JOB FAILED (return code 1) TypeError: memoryview: a bytes-like object is required, not 'str' This issue addresses

Re: openjdk 8 incompatibility

2016-10-25 Thread John Hewitt
Checks out. Thanks, Matt. -John On Tue, Oct 25, 2016 at 3:56 PM, Matt Post wrote: > Hmm, inclusion of that line looks like a mistake. I've seen Eclipse add > random imports because it sorts the suggestions in a very unhelpful manner. > I just removed the line and pushed, try

Re: openjdk 8 incompatibility

2016-10-25 Thread Matt Post
Hmm, inclusion of that line looks like a mistake. I've seen Eclipse add random imports because it sorts the suggestions in a very unhelpful manner. I just removed the line and pushed, try again. > On Oct 25, 2016, at 1:11 PM, John Hewitt wrote: > > Hi all, > > Has

openjdk 8 incompatibility

2016-10-25 Thread John Hewitt
Hi all, Has anyone been able to compile Joshua with openjdk? I get this message: /home/john/java/incubator-joshua/src/main/java/org/apache/joshua/decoder/ff/lm/KenLM.java:[21,19] error: package javafx.scene does not exist And the following link seems to confirm that javafx is not a part of

[jira] [Commented] (JOSHUA-288) Port fast_align to java

2016-10-25 Thread John Hewitt (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15605667#comment-15605667 ] John Hewitt commented on JOSHUA-288: Replaced gnu-getopt (not Apache licence-compliant) with

[jira] [Updated] (JOSHUA-288) Port fast_align to java

2016-10-25 Thread John Hewitt (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewitt updated JOSHUA-288: --- Description: It would be great to have a Java port of fast_align, so that we don't have to worry

Re: Joshua Model Input Format(s) and LM Loading

2016-10-25 Thread Matt Post
Hi Lewis, Joshua supports two language model representation packages: KenLM [0] and BerkeleyLM [1]. These were both developed at about the same time, and represented huge gains in doing this task efficiently, over what had previously been the standard approach (SRILM). Ken Heafield (who has

Re: language pack #1

2016-10-25 Thread Matt Post
Hi Lewis, I have parameters to set the default amount of memory when building the language pack. The comment therein is just boilerplate that didn't get parameterized. I'll add that to the script. In general, memory usage can be heuristically set to the size of the model files that are loaded