rasa/nlu/featurizers/sparse_featurizer/lexical_syntactic_featurizer.py

Summary

Maintainability
C
1 day
Test Coverage
A
92%

File lexical_syntactic_featurizer.py has 465 lines of code (exceeds 250 allowed). Consider refactoring.
Open

from __future__ import annotations
import logging
from collections import OrderedDict

import scipy.sparse

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

        def __init__(
    Severity: Minor
    Found in rasa/nlu/featurizers/sparse_featurizer/lexical_syntactic_featurizer.py - About 45 mins to fix

      Function load has 6 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          def load(
      Severity: Minor
      Found in rasa/nlu/featurizers/sparse_featurizer/lexical_syntactic_featurizer.py - About 45 mins to fix

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

            def create(
        Severity: Minor
        Found in rasa/nlu/featurizers/sparse_featurizer/lexical_syntactic_featurizer.py - About 35 mins to fix

          There are no issues that match your filters.

          Category
          Status