langdetect icon indicating copy to clipboard operation
langdetect copied to clipboard

Langdetect library is giving false results when all these test cases were tested in order

Open sezal98 opened this issue 6 years ago • 0 comments

from langdetect import detect detect("You are a noob.") 'so' detect("b d")
'so' detect("War doesn't show who's right, just who's left.") 'en' detect("Bonjour, Mesdames.") 'fr' detect("You are a noob") 'fr' detect("welcome!") 'nl'

sezal98 avatar Jun 07 '18 07:06 sezal98