Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yashkens
/
StoryTime
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fad8b51
StoryTime
/
stats.py
yashkens
add stats & joy/sadness level
057e447
over 2 years ago
raw
Copy download link
history
blame
Safe
123 Bytes
def
get_repetitions
(
words
):
words = [w.lower()
for
w
in
words]
ratio =
len
(
set
(words))/
len
(words)
return
ratio