TextBlob
TextBlob copied to clipboard
Performance issue in 'NLTKClassifier' constructor
When a NLTKClassifier is initialized and basic_extractor
used as the default extractor,the word_features
in the same training data set will always be re-extracted in the loop of self.train_features = [(self.extract_features(d), c) for d, c in self.train_set]