Update Space (evaluate main: 651cebab)
Browse files- README.md +1 -1
- 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
|
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@
|
2 |
nltk~=3.7
|
|
|
1 |
+
git+https://github.com/huggingface/evaluate.git@651cebab0e47c07602d31af33c3a5d9eaf887e58
|
2 |
nltk~=3.7
|