Mimino666 / langdetect

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

English detected as Catalan #96

Open theAarnio opened 2 years ago

theAarnio commented 2 years ago

Hi! Consider this:

from langdetect import detect_langs detect_langs("Excellent service as usual") [ca:0.9999950696214479]

br Sami

dpriskorn commented 2 years ago

I also noticed issues when the input is short. For longer text strings of >30 tokens it seems to work very well though.