BLKSerene/Wordless

View on GitHub
utils/wl_generate_vader_dicts.py

Summary

Maintainability
A
1 hr
Test Coverage

Avoid deeply nested control flow statements.
Open

                            for word in tr.split():
                                add_val_to_trs(trs_lexicon, word, vals)
                    else:
Severity: Major
Found in utils/wl_generate_vader_dicts.py - About 45 mins to fix

    Avoid deeply nested control flow statements.
    Open

                                for word in wl_word_tokenization.wl_word_tokenize_flat(main, tr, lang):
                                    add_val_to_trs(trs_lexicon, word, vals)
                            else:
    Severity: Major
    Found in utils/wl_generate_vader_dicts.py - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status