Is there any update on multi-language text detection? #53
Unanswered
VishalJoshi21
asked this question in
Q&A
Replies: 1 comment
-
Hi @VishalJoshi21, thanks for your question. Unfortunately, there is no significant progress on multi-language detection yet due to a lack of free time on my part. But I still plan to start working on this topic during the remainder of this year. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
This is my first time starting a discussion and new to GitHub so please bear with me.
I'm facing an issue while detecting multi-language from multi-language text.
Input
text1 = 'He turned around and asked: "Entschuldigen Sie, sprechen Sie Deutsch?"'
text2 = '言語確率間の距離は、入力テキストの長さに依存することに注意してください. Be aware that the distance between the language probabilities is dependent on the length of the input text. '
Output
text1 = [(Language.ENGLISH, 1.0)]
text2 = [(Language.ENGLISH, 1.0)]
Thank you
Beta Was this translation helpful? Give feedback.
All reactions