czcorpus / kontext

An advanced, extensible web front-end for the Manatee-open corpus search engine
GNU General Public License v2.0
59 stars 22 forks source link

Do not allow "on demand" ipm calculation when dealing with longer (> 1) operation chains with ad-hoc subc. selection #6207

Open tomachalek opened 1 month ago

tomachalek commented 1 month ago

In these cases, we can only reliably compute the IPM if the appropriate text types (a.k.a. an "ad hoc subcorpus") are selected using the text type checkboxes, and only if there are no additional filters involved. However, some additional operations may be involved without disturbing the result - e.g. random shuffle, sample. So this requires additional careful consideration to get it right.