BLKSerene/Wordless

View on GitHub

Showing 206 of 206 total issues

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

    def __init__(
Severity: Minor
Found in wordless/wl_widgets/wl_tables.py - About 35 mins to fix

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

    def match_tokens(
    Severity: Minor
    Found in wordless/wl_nlp/wl_matching.py - About 35 mins to fix

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

          def set_item_num(self, row, col, val, total = -1):
      Severity: Minor
      Found in wordless/wl_widgets/wl_tables.py - About 35 mins to fix

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

        def wl_test_pos_tag(lang, test_sentence, tokens, results, results_universal):
        Severity: Minor
        Found in tests/tests_nlp/tests_stanza/test_stanza.py - About 35 mins to fix

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

          def match_search_terms_ngrams(
          Severity: Minor
          Found in wordless/wl_nlp/wl_matching.py - About 35 mins to fix

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

            def check_context(
            Severity: Minor
            Found in wordless/wl_nlp/wl_matching.py - About 35 mins to fix

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

              def match_ngrams(
              Severity: Minor
              Found in wordless/wl_nlp/wl_matching.py - About 35 mins to fix

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

                def match_search_terms_tokens(
                Severity: Minor
                Found in wordless/wl_nlp/wl_matching.py - About 35 mins to fix

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

                  def wl_test_dependency_parse_models(lang, dependency_parser, test_sentence, tokens, results):
                  Severity: Minor
                  Found in tests/tests_nlp/test_dependency_parsing.py - About 35 mins to fix

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

                        def __init__(self, main, tokens_multilevel, lang = 'eng_us', tagged = False):
                    Severity: Minor
                    Found in tests/wl_test_init.py - About 35 mins to fix

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

                      def wl_test_pos_tag(lang, test_sentence, tokens, results, results_universal):
                      Severity: Minor
                      Found in tests/tests_nlp/tests_spacy/test_spacy.py - About 35 mins to fix

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

                        def wl_dependency_parse(main, inputs, lang, dependency_parser = 'default', force = False):
                        Severity: Minor
                        Found in wordless/wl_nlp/wl_dependency_parsing.py - About 35 mins to fix

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

                              def __init__(self, parent, items = None, row = None, col = None, editable = False):
                          Severity: Minor
                          Found in wordless/wl_widgets/wl_item_delegates.py - About 35 mins to fix

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

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

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

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

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

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

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

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

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

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

                                      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 poisson_collocation_measure has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

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