This seems like a continuation of #16, where the abbreviation detection regex is behaving badly. The strange behavior can at least be tied back to words that fit the following pattern:
ABBB -> ABBBCCCCCA
where As match As, Bs match Bs, and Cs can be any other characters.
This seems like a continuation of #16, where the abbreviation detection regex is behaving badly. The strange behavior can at least be tied back to words that fit the following pattern:
ABBB -> ABBBCCCCCA
where As match As, Bs match Bs, and Cs can be any other characters.Below are a few examples: