chrislit/abydos

View on GitHub
abydos/stemmer/_stemmer.py

Summary

Maintainability
A
0 mins
Test Coverage

Method could be a function
Open

    def stem(self, word: str) -> str:
Severity: Info
Found in abydos/stemmer/_stemmer.py by pylint

Used when a method doesn't use its bound instance, and so could be written as a function.

Too few public methods (1/2)
Open

class _Stemmer:
Severity: Info
Found in abydos/stemmer/_stemmer.py by pylint

Used when class has too few public methods, so be sure it's really worth it.

There are no issues that match your filters.

Category
Status