Anders429 / word_filter

A Word Filter for filtering text.
Apache License 2.0
1 stars 0 forks source link

Combine aliases by source string #58

Closed Anders429 closed 3 years ago

Anders429 commented 3 years ago

If you have multiple aliases defined over the same string (for example, ("a", "@") and ("a", "A")), they are currently generated as separate alias states, when they really don't have to be. These can be combined, which will lower the number of IDs that need to exist simultaneously to traverse them.