Skip to content

Instantly share code, notes, and snippets.

@Davisy
Created January 9, 2021 07:28
Show Gist options
  • Save Davisy/dba906296cd315ff16df7036bdd4f620 to your computer and use it in GitHub Desktop.
Save Davisy/dba906296cd315ff16df7036bdd4f620 to your computer and use it in GitHub Desktop.
from langdetect import detect_langs
sentence = "Tanzania ni nchi inayoongoza kwa utalii barani afrika"
print(detect_langs(sentence))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment