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

[de-CH] match filtering #10693

Merged
merged 2 commits into from
Jul 1, 2024
Merged

[de-CH] match filtering #10693

merged 2 commits into from
Jul 1, 2024

Conversation

jaumeortola
Copy link
Member

No description provided.

@jaumeortola jaumeortola requested a review from St-ac-y June 28, 2024 11:59
List<RuleMatch> matches = lt.check("Mit freundlichen Gruessen");
assertEquals("Grüssen", matches.get(0).getSuggestedReplacements().get(0));
matches = lt.check("schließen");
assertEquals("schliessen", matches.get(0).getSuggestedReplacements().get(0));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jaumeortola jaumeortola merged commit a5cc23f into master Jul 1, 2024
2 checks passed
@jaumeortola jaumeortola deleted the de-match-filtering branch July 1, 2024 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants