Just gonna throw this out here - any Ruby gem for relatively quick & accurate language detection that you know of?
@Gargron you could just do a regex search for "ananas"?
@xor it should support Japanese and the various variants of Chinese.
@Gargron @xor whatlanguage?
@mattn @xor That's what v1.2 is using, and when it encounters Japanese text, it pretty much reports a random language each time.
@Gargron @xor because some unicode code point is shared between japanese/chinese.
@mattn @xor uh no, it doesn't support either of those, so it just reports it as french, german, italian, polish, etc randomly
@Gargron @xor Ah, it doesn't support japanese yet. :-(