joewong826

Results 2 issues of joewong826

When processing full-width letters, it returns "Chinese" as result: `>>> import langid` `>>> langid.classify('ABC')` `('zh', 0.9668056948707975)`

When I input strings like 'hello world hello world hello world', _langid_ can't identify it as English text. `>>> import langid` `>>> langid.classify('hello world hello world hello world')` `('af', 0.683057652874482)`