BLKSerene/Wordless

View on GitHub

Showing 205 of 205 total issues

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

    def to_freqs_sections_statistical_significance(main, items_to_search, items_x1, items_x2, test_statistical_significance):
    Severity: Minor
    Found in wordless/wl_measures/wl_measure_utils.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_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_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 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 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 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 __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 min_sensitivity has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

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

                        def wl_pos_tag_universal(main, inputs, lang, pos_tagger = 'default', tagged = False):
                        Severity: Minor
                        Found in wordless/wl_nlp/wl_pos_tagging.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 = True):
                          Severity: Minor
                          Found in wordless/wl_dialogs/wl_dialogs.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__(
                              Severity: Minor
                              Found in wordless/wl_widgets/wl_tables.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 = True):
                                Severity: Minor
                                Found in wordless/wl_dialogs/wl_dialogs.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 z_score has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                    def z_score(main, o11s, o12s, o21s, o22s):
                                    Severity: Minor
                                    Found in wordless/wl_measures/wl_measures_statistical_significance.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 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
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language