constants
dandy.llm.diligence.stop_word_removal.constants
STOP_WORDS = ("can't", "didn't", "doesn't", "don't", "hadn't", "hasn't", "haven't", "isn't", "mightn't", "mustn't", "needn't", "shan't", "shouldn't", "weren't", "won't", "won't", "wouldn't", "wouldn't", 'a', 'all', 'am', 'an', 'are', 'be', 'been', 'being', 'can', 'cant', 'could', 'did', 'didnt', 'do', 'does', 'doesnt', 'doing', 'dont', 'each', 'else', 'few', 'had', 'hadnt', 'has', 'hasnt', 'have', 'havent', 'having', 'he', 'her', 'hers', 'herself', 'him', 'himself', 'his', 'how', 'i', 'if', 'is', 'isnt', 'it', 'its', 'itself', 'may', 'me', 'might', 'mightnt', 'more', 'most', 'must', 'mustnt', 'my', 'myself', 'neednt', 'no', 'nor', 'not', 'only', 'other', 'our', 'ours', 'ourselves', 'own', 'same', 'shall', 'shant', 'she', 'should', 'shouldnt', 'so', 'some', 'such', 'than', 'that', 'the', 'their', 'theirs', 'them', 'themselves', 'then', 'these', 'they', 'this', 'those', 'too', 'very', 'was', 'we', 'were', 'werent', 'what', 'when', 'where', 'which', 'who', 'whom', 'why', 'will', 'wont', 'would', 'wouldnt', 'you', 'your', 'yours', 'yourself', 'yourselves')
module-attribute