-
Notifications
You must be signed in to change notification settings - Fork 464
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
Adding Gujarati Language support #1845
Conversation
Hi @sarjil77 👋🏼, One small issue left here: (See the failing CI job)
Please remove all duplicates and afterwards run |
the 'અ' is not repeating multiple times, it may seems like there is repeating but it is not, the error we are getting is becuase of there is '.' and ':' with the 'અ'. and it is considering it as duplication but in real they are distinct characters. Solution: i will remove 'અ' containing other full stop and colon. and keeping only character and will use formatting as well. |
done sir, thanks :) |
Formatting looks good now 👍🏼 But still duplicates:
:) |
shit, this duplication wont let me sleep, let me fix it now. |
and yes there is not a single duplicated character, but there is some hidden character exists within the char and thats why it is flagging it as an duplicate, such as: because of 'જ્ઞ' we were getting 'જ', 'ઞ', '્' as duplicate. 'ક' and 'ષ' because it contains subcharcter within the char. i hope you are getting me i am fixing it as of now :) :) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1845 +/- ##
==========================================
- Coverage 96.60% 96.56% -0.05%
==========================================
Files 165 165
Lines 7929 7941 +12
==========================================
+ Hits 7660 7668 +8
- Misses 269 273 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@felixdittrich92, i think it is fine now, please let me knwo if further error arises, going to sleep now :) thanks in advance |
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.
Looks good now 👍🏼 thanks 😊
Thanks @felixdittrich92, i would also like to hop on to the #1131 which is good first issue, would you please guide me over there, i have made comments over there. |
👍🏼 Sure will write something done if online in a few minutes 😅 |
Hey @felixdittrich92,
i have added the gujarati language and made changes in datasets.srt, please review my PR.