Update Space (evaluate main: cb42a295)
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: Word Length
|
3 |
-
emoji: 🤗
|
4 |
colorFrom: green
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
@@ -15,7 +15,7 @@ tags:
|
|
15 |
# Measurement Card for Word Length
|
16 |
|
17 |
|
18 |
-
##
|
19 |
|
20 |
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).
|
21 |
|
|
|
1 |
---
|
2 |
title: Word Length
|
3 |
+
emoji: 🤗
|
4 |
colorFrom: green
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
|
|
15 |
# Measurement Card for Word Length
|
16 |
|
17 |
|
18 |
+
## Measurement Description
|
19 |
|
20 |
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).
|
21 |
|