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

Function results not available as group columns #222

Closed gkunter closed 7 years ago

gkunter commented 7 years ago

User functions should be available as group columns.

Use case: CMUdict, query string /* s|* z/, with function EXTRACT(Transcript, "(.+)(?=\s.)") (which extracts everything except the last phoneme from Transcript). It would be nice to use the result as a grouping variable, because in combination with a group function Frequency, minimal pairs should be very easy to spot.