The following error occurs when parsing "Adi tahu bahwa hujan sudah turun." with INDRA:
mrsData.variables[varName] is undefined
This appears to be because every EP has an argument CARDIN bool, which seems to be a bug in the grammar (at least, the MRS is ill-formed), and bool is not a valid variable name.
The problem is that this error causes the DMRS to fail to be displayed, although it does display if the MRS box is unchecked (it appears to just ignore the rogue roles). The MRS layout function could be a bit more robust for bad inputs like this.
The following error occurs when parsing "Adi tahu bahwa hujan sudah turun." with INDRA:
This appears to be because every EP has an argument
CARDIN bool
, which seems to be a bug in the grammar (at least, the MRS is ill-formed), andbool
is not a valid variable name.The problem is that this error causes the DMRS to fail to be displayed, although it does display if the MRS box is unchecked (it appears to just ignore the rogue roles). The MRS layout function could be a bit more robust for bad inputs like this.