Double infixation

22 views
Skip to first unread message

Daniel Krauße

unread,
Nov 2, 2023, 11:15:18 AM11/2/23
to FLEx list
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:

infix.png

Thank you in advance!

Best,
Daniel

SM

unread,
Nov 2, 2023, 5:52:42 PM11/2/23
to FLEx list
Hello Daniel

You need to set one of the parameters of the XAmple parser, to allow more than one infix. 

From the main menu Parser / Edit Parser Parameters. Set the MaxInfixes parameter on the XAmple parameters row to be 2, and then two infixes will parse. 

Sara

Daniel Krauße

unread,
Nov 7, 2023, 5:13:36 AM11/7/23
to FLEx list
Dear Sara,

Oh, that was an easy fix. I wasn't aware of the possibility to adjust the number of infixes. Thank you very much for your help!

Best,
Daniel
Reply all
Reply to author
Forward
0 new messages