Reading malformed query strings with internal spaces from an input file fails.
Test case: COCA, output column Lemma, a file that has #constitute .[v*] in the query column as input. The query fails with an AttributeError:
Type AttributeError
Message 'TokenQuery' object has no attribute '_current_number_of_tokens'
classes.py, line 83: run
session.py, line 269: run_queries
queries.py, line 331: insert_static_data
> df["coquery_invisible_number_of_tokens"] = self._current_number_of_tokens
Reading malformed query strings with internal spaces from an input file fails.
Test case: COCA, output column
Lemma
, a file that has#constitute .[v*]
in the query column as input. The query fails with an AttributeError: