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

Ambiguous handling of substitution table in functions #207

Closed gkunter closed 7 years ago

gkunter commented 7 years ago

It's unclear how value substitutions should be handled with regard to functions. Functions have to work on substituted values (e.g. the query string), but it should also be possible to substitute function results.

gkunter commented 7 years ago

The current substitution map is now applied to the data frame when the functions in a function list are applied. Also, the substitution map is applied for the formatted output table.