ausgerechnet / spheroscope

web app for argumentation mining
GNU General Public License v3.0
7 stars 1 forks source link

Queries with deliberately "missing" slots #62

Closed nfdykes closed 2 years ago

nfdykes commented 2 years ago

When testing the hierarchical queries function, I ran into some issues with queries where one of the expected slots is deliberately omitted (e.g. pattern3_ellipsis_hoping_concept, which assumes that the "wanter" is the author as in 'Hoping for successful outcome!').

Presumably due to queries like this, the hierarchical query function fails on the entire pattern: KeyError: "['match'] not in index"

ausgerechnet commented 2 years ago