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
hello world, how are you doing? This string is obviously English! -> Optional.of(en)
This detector requires the most confident language detected to have >= 0.9999 confidence. This does seem rather high. Confidence below this returns Optional.absent().
You may be better off using detector.getProbabilities and taking the most confident language (.get(0) - they're sorted).
If this isn't the case, I think you'd have to give more information for the ticket not to be rejected.
No description provided.
The text was updated successfully, but these errors were encountered: