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

Frequency filters are ignored #153

Closed gkunter closed 8 years ago

gkunter commented 8 years ago

Originally reported by: gkunter (Bitbucket: gkunter, GitHub: gkunter)


Test case: ALICE (with POS), query string [n*], output columns Lemma and POS, and a frequency filter Freq > 50. The query should show only these rows:

Lemma   POS Frequency
alice   nnp 390
queen   nnp 73
time    nn  65
king    nnp 61
turtle  nnp 58
mock    nnp 56
gryphon nnp 54
way nn  53
hatter  nnp 53
head    nn  50

but it includes everything.


gkunter commented 8 years ago

Original comment by gkunter (Bitbucket: gkunter, GitHub: gkunter):


Fix Issue #153