-
Notifications
You must be signed in to change notification settings - Fork 42
Feature: add Vietnamese dictionary #203
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
Feature: add Vietnamese dictionary #203
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds Vietnamese spell checking support to Codebook by integrating Hunspell dictionaries from the cspell-dicts repository. The changes enable users to spell-check Vietnamese text using the "vi_vn" dictionary option.
Changes:
- Added Vietnamese (vi_vn) dictionary configuration with Hunspell dictionary URLs
- Updated README documentation to list Vietnamese as an available dictionary
- Added Vietnamese example file for testing the spell checker
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| crates/codebook/src/dictionaries/repo.rs | Adds Vietnamese dictionary entry with URLs to cspell-dicts Hunspell files; also updates Polish dictionary URLs |
| README.md | Documents Vietnamese dictionary availability in configuration options |
| examples/vi_vn.md | Provides Vietnamese text example for spell checker testing |
|
Hey! Thanks for this. I think the merge commit reverted the url from the |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.
|
Thank you! This will go out with the next release. |
This PR adds Vietnamese spell checking support using Hunspell
dictionaries sourced from cspell-dicts.