BLKSerene/Wordless

View on GitHub

Showing 205 of 205 total issues

Function mi_log_f has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

def mi_log_f(main, o11s, o12s, o21s, o22s):
Severity: Minor
Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

    Function pmi has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def pmi(main, o11s, o12s, o21s, o22s):
    Severity: Minor
    Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

      Function fishers_exact_test has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      def fishers_exact_test(main, o11s, o12s, o21s, o22s):
      Severity: Minor
      Found in wordless/wl_measures/wl_measures_statistical_significance.py - About 35 mins to fix

        Avoid too many return statements within this function.
        Open

                        return inputs
        Severity: Major
        Found in wordless/wl_nlp/wl_lemmatization.py - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                          return inputs
          Severity: Major
          Found in wordless/wl_nlp/wl_syl_tokenization.py - About 30 mins to fix
            Severity
            Category
            Status
            Source
            Language