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.
User functions should be available as group columns.
Use case:
CMUdict
, query string/* s|* z/
, with functionEXTRACT(Transcript, "(.+)(?=\s.)")
(which extracts everything except the last phoneme fromTranscript
). It would be nice to use the result as a grouping variable, because in combination with a group functionFrequency
, minimal pairs should be very easy to spot.