Langauge Detection using Python
using this simple codes in python, you can detect languages being entered
pip install langdetect>
from langdetect import detect
text= input ("Enter Text in any language: ")
print = (detect(text))
datapythonist.hashnode.dev1 min read