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

OR query string and multiple simple query strings produce different results #181

Closed gkunter closed 8 years ago

gkunter commented 8 years ago

Test case: CELEX, OR query string [*ure|*ation|*ance|*ment]

vs multiple query strings:

*ure
*ation
*ance
*ment

The number of returned rows should be identical, but the first gives us 1790 and the second 1788 types.

gkunter commented 8 years ago

Invalid: The second multiple query string is not equivalent, as it does not query lemmas like the first.