Mimino666 / langdetect

Port of Google's language-detection library to Python.
Other
1.71k stars 196 forks source link

calling same text again and again gives random language #53

Closed milanpatel closed 6 years ago

milanpatel commented 6 years ago

I passes same text several times to detect api and it gives me en and sv randomly. langdetectbug

detect('jason and his dad get new parts for jasons bike') 'en' detect('jason and his dad get new parts for jasons bike') 'en' detect('jason and his dad get new parts for jasons bike') 'sv'

Mimino666 commented 6 years ago

See https://github.com/Mimino666/langdetect/issues/13