-
Notifications
You must be signed in to change notification settings - Fork 41
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
use Simplemma instead of pycld3 for language detection #626
Conversation
Codecov ReportBase: 99.58% // Head: 99.54% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #626 +/- ##
==========================================
- Coverage 99.58% 99.54% -0.04%
==========================================
Files 87 87
Lines 5972 5968 -4
==========================================
- Hits 5947 5941 -6
- Misses 25 27 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This reverts commit 402b282.
365cd82
to
7af51fb
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Rebased on current |
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.
LGTM
This draft PR is similar to PR #615 except it replaces the language detection previously performed using pycld3 with Simplemma based language detection (by @adbar)
I intend to benchmark this against PR #615 and the current status quo (with pycld3) in the near future.
Fixes #593