You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know exactly what function the model learned, in general the bigger the piece of text that you give it (assuming it's not just a single word repeated or something like that) the more accurate the detection should be.
The model only sees n-grams of the text, so I guess there are some similarities in there between english and afrikaans, maybe I'm pre-processing the sentences I'm trying the model on incorrectly or something 🤔
I've been meaning to publish a better v2 of this, but I lack the time at the moment.
We use your library in our project for language detection, after we have the detected language we use another service to translate it, so your invention is very good!
Hi, I have no experience in this kind of stuff, so I'll just ask about it to get more information.
The following text:
It may die when I die, and that’s okay. It’s my earnings.
Gets detected as African:
Do you know why this happens? Shorter texts like
Good morning my friends
gets detected as English.So I presume it's not the amount of words but the way they are written? Thanks.
The text was updated successfully, but these errors were encountered: