Mimino666 / langdetect

Port of Google's language-detection library to Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supporting different ISO variations

danielMicallef opened this issue · comments

Using a library like iso639 it would be very useful for the main functions detect and detect_langs to support output of languages in different (more modern) iso formats like iso-639-3

I agree with implementing iso639. I do not see the codes zh-cn, zh-tw in the ISO639 and have to convert them to zh in order to display the language name using the iso-639 package.