• Teodor Sigaev's avatar
    Fix merge affixes for numeric ones · 8829af47
    Teodor Sigaev authored
    Some dictionaries have duplicated base words with different affix set, we
    just merge that sets into one set. But previously merging of sets of affixes
    was actually a concatenation of strings but it's wrong for numeric
    representation of affixes because such representation uses comma to
    separate affixes.
    
    Author: Artur Zakirov
    8829af47
spell.c 56.6 KB