torchmetrics
torchmetrics copied to clipboard
text: reduce lang. specific `mecab-ko`
What does this PR do?
Reduce language specific, if need rather refer in docs
Before submitting
- [ ] Was this discussed/agreed via a Github issue? (no need for typos and docs improvements)
- [x] Did you read the contributor guideline, Pull Request section?
- [x] Did you make sure to update the docs?
- [x] Did you write any new necessary tests?
PR review
Anyone in the community is free to review the PR once the tests have passed. If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃
📚 Documentation preview 📚: https://torchmetrics--2456.org.readthedocs.build/en/2456/
Codecov Report
Merging #2456 (dfc21e0) into master (d03ca5e) will decrease coverage by
29%
. The diff coverage isn/a
.
Additional details and impacted files
@@ Coverage Diff @@
## master #2456 +/- ##
========================================
- Coverage 69% 40% -29%
========================================
Files 307 307
Lines 17421 17421
========================================
- Hits 11995 6946 -5049
- Misses 5426 10475 +5049
Well, this is strange that moving requirements to test's makes it fail on older versions... any idea @stancld ?