Matt Post created JOSHUA-328:
--------------------------------
Summary: failure when glue grammar is listed first
Key: JOSHUA-328
URL: https://issues.apache.org/jira/browse/JOSHUA-328
Project: Joshua
Issue Type: Bug
Affects Versions: 6.1
Reporter: Matt Post
Fix For: 6.1
If doing CKY-decoding (-search cky), listing the glue grammar before the packed
grammar results in a parsing failure. E.g., the following lines in the config
file:
tm = thrax -maxspan -1 -owner glue -path model/glue.grammar
tm = thrax -maxspan 20 -path model/grammar.packed -owner pt
will result in failed decoding every time, and a printing of the following
error message:
ERROR - the goal_bin does not have exactly one item
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)