ausgerechnet / spheroscope

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

Hierarchical queries fail on "match" / "matchend" anchor points #63

Closed nfdykes closed 2 years ago

nfdykes commented 2 years ago

When hierarchical queries encounter queries with a slot speficiation like {"0": ["match", 1], "1": [2, "matchend"]} e.g. pattern3_entity_in_favour_of_concept, it fails and throws a key error "['match'] not in index"

Presumably the same problem would apply for "matchend"

ausgerechnet commented 2 years ago

Are you using cwb-ccc v0.10.1?