gkunter / coquery

Coquery is a free corpus query tool for linguists, lexicographers, translators, and anybody who wishes to search and analyse a text corpus.
GNU General Public License v3.0
18 stars 4 forks source link

Start and end times don't work if _NULL placeholder is used #282

Closed gkunter closed 6 years ago

gkunter commented 7 years ago

Testcase: Buckeye corpus, with query string _NULL [o? p a*|o? p e*|o? p i*|o? p o*|o? p u*].[n*] and output columns Word, ID, Start and End.

The resulting columns Start1 and End1 should be NA, but contain the values that correspond to Word2.

gkunter commented 6 years ago

This issue was fixed by declaring the token-related columns from the Corpus table explicitly to be lexical features.