I have this dictionary and affix file for the word
भानूत्सवः
and it is working correctly.
# cat dicts/sa.dic
2
भानु/x
उत्सवः/x
# cat dicts/sa.aff
SET UTF-8
COMPOUNDMIN 1
COMPOUNDFLAG x
CHECKCOMPOUNDPATTERN 1
CHECKCOMPOUNDPATTERN ु उ ू
But the same word is marked as incorrect if I add this entry
CHECKCOMPOUNDPATTERN ा आ ा
I do not see any reason why adding an entry should mark the word incorrect that was previously considered accurate. How are these 2 statements conflicting with each other?