Added Haitian Creole (ht) Language Support to spaCy#13807
Merged
Conversation
Contributor
Author
|
Bump @honnibal @syllog1sm @ines |
Contributor
Author
|
Bump |
Contributor
Author
|
Bump 🧎🏾♂️ @honnibal @ines @syllog1sm |
Member
|
Sorry about the delay on this. I've been behind on other maintenance tasks while working to get the Python 3.13 support completed. I can't review other languages in detail but I'm happy to merge this if the tests are passing and it's ready. Is there anything else you want to add? If not, or if I don't hear back in a couple of days, I'll go ahead and merge 🚢 |
Contributor
Author
|
No more additions and I made sure that all spaCy tests have passed! Ready to ship 🔥 |
ryantqiu
pushed a commit
to snorkel-marlin-repos/spaCy_4d432caa
that referenced
this pull request
Oct 1, 2025
Original PR #13807 by JephteyAdolphe Original: explosion/spaCy#13807
ryantqiu
added a commit
to snorkel-marlin-repos/spaCy_4d432caa
that referenced
this pull request
Oct 1, 2025
…spaCy Merged from original PR #13807 Original: explosion/spaCy#13807
ryantqiu
pushed a commit
to snorkel-marlin-repos/explosion_spaCy_pr_13807_1aa249ef-cd4a-45fa-afa1-5f5cd0dd4a73
that referenced
this pull request
Oct 1, 2025
Original PR #13807 by JephteyAdolphe Original: explosion/spaCy#13807
ryantqiu
added a commit
to snorkel-marlin-repos/explosion_spaCy_pr_13807_1aa249ef-cd4a-45fa-afa1-5f5cd0dd4a73
that referenced
this pull request
Oct 1, 2025
…spaCy Merged from original PR #13807 Original: explosion/spaCy#13807
ryantqiu
pushed a commit
to snorkel-marlin-repos/explosion_spaCy_pr_13807_7cbf973d-c04d-4674-9ae9-3182caddcc01
that referenced
this pull request
Oct 2, 2025
Original PR #13807 by JephteyAdolphe Original: explosion/spaCy#13807
ryantqiu
added a commit
to snorkel-marlin-repos/explosion_spaCy_pr_13807_7cbf973d-c04d-4674-9ae9-3182caddcc01
that referenced
this pull request
Oct 2, 2025
…spaCy Merged from original PR #13807 Original: explosion/spaCy#13807
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds official support for Haitian Creole (ht) to spaCy's spacy/lang module.
It includes:
Added all core language data files for spacy/lang/ht:
Unit tests for tokenizer and noun chunking (test_tokenizer.py, test_noun_chunking.py, etc.). Passed all 58 pytest spacy/tests/lang/ht tests that I've created.
Basic tokenizer rules adapted for Haitian Creole orthography and informal contractions.
Custom like_num atrribute supporting Haitian number formats (e.g., "3yèm").
Support for common informal apostrophe usage (e.g., "m'ap", "n'ap", "di'm").
Ensured no breakages in other language modules.
Followed spaCy coding style (PEP8, Black).
This provides a foundation for Haitian Creole NLP development using spaCy.
Type of change
My PR covers the addition of a new language (new feature).
Checklist
Additional Notes
Thanks
I'm very excited to get the ball rolling for a low-resource language like Haitian Creole and contribute to an amazing library like spaCy!
Example Usage