ausgerechnet / spheroscope

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

IndexError in pattern3_entity_waiting_to_formula #51

Closed ausgerechnet closed 2 years ago

ausgerechnet commented 2 years ago

query "pattern3_entity_waiting_to_formula" throws and IndexError:

ccc/cwb.py", line 757, in _dump2patt_row
return " ".join(p[int(cpos_start): int(cpos_end) + 1])
File "ccc/cl.pyx", line 273, in ccc.cl.PosAttrib.__getitem__