KOSASIH / pipfs-hub

Field duplicates the name of its containing class PTC-W0052
Anti-pattern
Minor
4 months ago4 months old
Class member nlp has same name as its encolising class NLP
 2
 3class NLP:
 4    def __init__(self, model='en_core_web_sm'):
 5        self.nlp = spacy.load(model) 6
 7    def process(self, text):
 8        """Process text using the spaCy NLP library."""