BLKSerene/Wordless

View on GitHub
tests/wl_test_doc.py

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

                    for i, langs in enumerate(langs_nlp_utils):
                        # Sentence/word tokenization
                        if i <= 1:
                            if lang_code_639_3 in langs:
                                doc_supported_lang += '|✔'
Severity: Major
Found in tests/wl_test_doc.py - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status