You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug report about a problem with loading asian training data, which that might be a bigger problem. It is currently not possible to load asian languages jpn, kor, etc on a system where LANG and locale are set to en_US.UTF-8, which is often the default.
A workaround is to set LC_CTYPE to C before calling api->Init() but it is unclear why this is needed and what side effects this has. Also I don't know if it is safe to set it back to en_US.UTF-8 afterwards.
Some documentation on this would be great.
The text was updated successfully, but these errors were encountered:
Environment
There is a bug report about a problem with loading asian training data, which that might be a bigger problem. It is currently not possible to load asian languages
jpn
,kor
, etc on a system whereLANG
and locale are set toen_US.UTF-8
, which is often the default.A workaround is to set
LC_CTYPE
toC
before callingapi->Init()
but it is unclear why this is needed and what side effects this has. Also I don't know if it is safe to set it back toen_US.UTF-8
afterwards.Some documentation on this would be great.
The text was updated successfully, but these errors were encountered: