IlyaGusev/rnnmorph

View on GitHub
rnnmorph/data_preparation/word_form.py

Summary

Maintainability
A
45 mins
Test Coverage

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

    def __init__(self, word: str, normal_form: str, pos: str, tag: str, vector: np.array, score: float):
Severity: Minor
Found in rnnmorph/data_preparation/word_form.py - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status