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
This means that, for example, pylint gets confused:
% pylint lingua_test.py
************* Module lingua_test
lingua_test.py:1:0: E0611: No name 'IsoCode639_1' in module 'lingua' (no-name-in-module)
lingua_test.py:1:0: E0611: No name 'LanguageDetectorBuilder' in module 'lingua' (no-name-in-module)
The text was updated successfully, but these errors were encountered:
I'm not sure whether this is a result of how the Rust mappings are done, but the lingua classes appear to Python to be in the
builtins
module:This means that, for example,
pylint
gets confused:The text was updated successfully, but these errors were encountered: