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] Ignore probable English-language toponyms #10674

Merged
merged 5 commits into from
Jun 26, 2024

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    5c71812 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1025a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44fb0b8 View commit details
    Browse the repository at this point in the history
  4. [pt] Tag likely English toponyms with ignore

     - if unknown (i.e. untagged) words precede a US, Canadian, Australian,
       or British state, province, county or council area, we run the
       English check on them;
    
     - if they are *valid* English, we tag them with _english_ignore_;
    
     - this should help us stop correcting English-language toponyms;
    
     - in the future, I suppose we could have a more global solution for all
       sorts of toponyms... why not have a list of German/Austrian
       bundesländer,French départments, Italian... pizza slices, etc.
    p-goulart committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9bdfebc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    646b344 View commit details
    Browse the repository at this point in the history