Knowledge-graphs / utils.py
khaerens's picture
limiting
837b4d7
raw
history blame
79 Bytes
def clip_text(t, lenght = 3):
return ".".join(t.split(".")[:lenght]) + "."