crossedxd / epr-checker

A tool that performs lexical analysis of EPR bullets.
0 stars 0 forks source link

Odd behavior in abbreviation pairs #23

Closed crossedxd closed 5 years ago

crossedxd commented 5 years ago

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: image