lvwerra HF staff commited on
Commit
02192eb
1 Parent(s): 74a8973

Update Space (evaluate main: 651cebab)

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ description: >-
19
 
20
  ## Measurement Description
21
 
22
- The `word_length` measurement returns the word count of the input string, based on tokenization using [NLTK word_tokenize](https://www.nltk.org/api/nltk.tokenize.html).
23
 
24
  ## How to Use
25
 
 
19
 
20
  ## Measurement Description
21
 
22
+ The `word_length` measurement returns the average word count of the input strings, based on tokenization using [NLTK word_tokenize](https://www.nltk.org/api/nltk.tokenize.html).
23
 
24
  ## How to Use
25
 
requirements.txt CHANGED
@@ -1,2 +1,2 @@
1
- git+https://github.com/huggingface/evaluate.git@3df77b424f0aad064137f6fbe3d322c6ae91d7de
2
  nltk~=3.7
 
1
+ git+https://github.com/huggingface/evaluate.git@651cebab0e47c07602d31af33c3a5d9eaf887e58
2
  nltk~=3.7