Hi everyone,
Is there a possibility to have two distinct infixes (not a discontinuous infix) parsed correctly in FLEx?
Example:
wegah (root)
> wuegah (infix -u- after first consonant), works fine
> wegiah (infix -i- after CVC), works fine
> wuegiah (infix -u- AND infix -i-), doesn't work
I've tried to add one more vowel to the the environment of -i- (so that it should recognize /#[C][V][V][C] as the correct possition), but that doesn't seem to work either. The parse keeps telling me that the infix position of -i- is wrong:
Thank you in advance!
Best,
Daniel