We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
recognize_language(str) --> (language_name, script_name)
recognize_script(str) --> script_name
list_languages() --> [(language_name, script_name), ....]
list_scripts() --> [script_names, ...]
list_models() --> [{script_names: ..., model_name:..., features: ..., downloaded:T/F }, ....]
get_model(lang_name=None, script_name=None, model_name=None) --> {script_names: ..., model_name:..., features: ..., downloaded:T/F }
The text was updated successfully, but these errors were encountered:
More ... 7. add_language(language_name, corpus) --> (language, script_name) 8. evaluate_models(labelled_test_data=[(str, lang_name), ...]) ---> precision, recall, accuracy and other metrics
add_language(language_name, corpus) --> (language, script_name)
evaluate_models(labelled_test_data=[(str, lang_name), ...]) ---> precision, recall, accuracy and other metrics
Sorry, something went wrong.
No branches or pull requests
recognize_language(str) --> (language_name, script_name)
recognize_script(str) --> script_name
list_languages() --> [(language_name, script_name), ....]
list_scripts() --> [script_names, ...]
list_models() --> [{script_names: ..., model_name:..., features: ..., downloaded:T/F }, ....]
get_model(lang_name=None, script_name=None, model_name=None) --> {script_names: ..., model_name:..., features: ..., downloaded:T/F }
The text was updated successfully, but these errors were encountered: