You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have this basically implemented. Using an array to store regex/shortcut objects for each word/phrase we want to support. If you can regex it you can shrink it. Presumes space on each end to delimit word. May want to support punctuation at some point.
The shrinkWords action takes the text and does what it can to shrink it for you. E.g. s/and/&/g.
The text was updated successfully, but these errors were encountered: