We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47366e1 commit 49b004aCopy full SHA for 49b004a
language_detection/langdetect.py
@@ -1,4 +1,5 @@
1
-from langdetect import detect
+from langdetect import detect
2
+
3
+text = input("Enter Any text in any language: ")
4
+print(detect(text))
5
-text = input("Enter Any text in any language:- ")
-print(detect(text))
0 commit comments