whichlang
whichlang copied to clipboard
Protect detect_language against an empty string
currently, the function is panicking with an empty string.
I hit this while benchmarking against whatlang-rs corpora. Can we return an Option and guard against this?