Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pt] Add English contraction rule #10669

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Commits on Jun 25, 2024

  1. [pt] Add English contraction rule

     - the English ignore logic balks at stuff like "whats", which the
       English tagger fails to tag, and therefore doesn't get recognised
       as English;
    
     - in order to *kind of* address it, or at least help users and maybe
       convince them to stop adding "whats" to their personal dictionaries,
       we're adding this rule here, with relevant suggestions;
    
     - global English spellchecking still requires a lot of thinking, but
       this rule here should be safe.
    p-goulart committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    724e5d1 View commit details
    Browse the repository at this point in the history