What are people using for free offline language detection in python?
n-gram is failing me. If I can find a fast enough multi-lang lib, I'm going to try spell checkers. Failing all that I'm going to try AWS Comprehend (online API). I got no way to spend $ on Google or Bing.
(most libraries on pypi under the covers are using some variation on ngram, where you compare letter frequencies in the doc vs the language as a whole, but if the doc is short, say a title, then it fails, bad)
♡ 0 ↻ 0