Closed kovvalsky closed 5 years ago
This makes sense, because AFAIK Boxer does not support the NOISE rule as input. A solution could be to use a model without the NOISE rule (it could just be removed from the binaryRules
file).
You are right, from Boxer's perspective these rules doesn't make much sense.
One could convert such rules into the forward application with a comma of category (NP\NP)/VP
but it is not worth the effort.
The parser throws an error
Unknown rule type: NOISE
when pasrsingThe reason seems to be the noisy rules found in the model directory in
binaryRules
file.Without
--outputFormat boxer
, the derivation is printed as:In the output all rules looks valid CCG rules except
, S[ng]\NP --> NP\NP
which is indeed mentioned in
binaryRules
file.