Closed chrfrantz closed 1 year ago
If a statement has a correct bracket count (equal number of opening and closing parentheses or brackets), the parsing nevertheless continues.
Example: Bdir,p(the poor [AND] those in vulnerable situations)) Bdir((exposure [AND] vulnerability)
Bdir,p(the poor [AND] those in vulnerable situations)) Bdir((exposure [AND] vulnerability)
Note the incomplete combinations - but errors balance out.
Now throws error during parsing. Fixed in commit https://github.com/chrfrantz/IG-Parser/commit/62a0625fcd67763ce4a758cfc3e00c3b5e2be23c
If a statement has a correct bracket count (equal number of opening and closing parentheses or brackets), the parsing nevertheless continues.
Example:
Bdir,p(the poor [AND] those in vulnerable situations)) Bdir((exposure [AND] vulnerability)
Note the incomplete combinations - but errors balance out.