Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ml6team
/
Knowledge-graphs
like
55
Build error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
36f8ff0
Knowledge-graphs
/
utils.py
khaerens
limiting
837b4d7
almost 3 years ago
raw
Copy download link
history
blame
Safe
79 Bytes
def
clip_text
(
t, lenght =
3
):
return
"."
.join(t.split(
"."
)[:lenght]) +
"."