BLKSerene/Wordless

View on GitHub

Showing 202 of 202 total issues

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

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

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

    def wl_lemmatize(main, inputs, lang, lemmatizer = 'default', force = False):
    Severity: Minor
    Found in wordless/wl_nlp/wl_lemmatization.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_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, main, title, width = 0, height = 0, resizable = False):
          Severity: Minor
          Found in wordless/wl_dialogs/wl_dialogs.py - About 35 mins to fix

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

            def wl_syl_tokenize(main, inputs, lang, syl_tokenizer = 'default', force = False):
            Severity: Minor
            Found in wordless/wl_nlp/wl_syl_tokenization.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 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 set_item_err has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                      def set_item_err(self, row, col, text, alignment_hor = 'center'):
                  Severity: Minor
                  Found in wordless/wl_widgets/wl_tables.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 wl_process_tokens_concordancer has 5 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                      def wl_process_tokens_concordancer(main, text, token_settings, search_settings, preserve_blank_lines = False):
                      Severity: Minor
                      Found in wordless/wl_nlp/wl_token_processing.py - About 35 mins to fix

                        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 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

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

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

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

                              def kilgarriffs_ratio(main, o11s, o12s, o21s, o22s):
                              Severity: Minor
                              Found in wordless/wl_measures/wl_measures_effect_size.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 pearsons_chi_squared_test has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

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

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

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

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

                                      def to_freqs_sections_bayes_factor(main, items_to_search, items_x1, items_x2, measure_bayes_factor):
                                      Severity: Minor
                                      Found in wordless/wl_measures/wl_measure_utils.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
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language