huggingface / huggingface/evaluate
How to disable NLTK download information output?
Open
- Dominant language
- Python
- Stars
- 2.5k
- Forks
- 341
- PR merge metrics
- No merged PRs in 30d
Description
When I use "metoer" evlauator by:
import evaluate
meteor = evaluate.load('meteor')
meteor_score = meteor.compute(predictions=predictions, references=reference)
Every time it will output the nltk download information as following. Is there any way supported by evaluate lib to disable such?
Contributor guide
Assessment
This issue has not been assessed yet.