STOPWORDS

lexnlp.nlp.en.tokens.STOPWORDS = {'just', 'myself', 'isn', 'some', 'a', 'after', 'o', 'that', 'being', 'won', 'these', 'having', 'ourselves', 'them', 'herself', 'over', 'd', 'had', 'doing', 'y', 'he', 'more', 'forth', 'once', 'didn', 'theirs', 'nor', 'so', 'what', 'until', 'in', 'mightn', 'am', 'but', 'again', 'mustn', 'at', 'was', 'haven', 'such', 'yourselves', 'couldn', 'is', 'do', 'or', 'did', 'into', 'hereunder', 'while', 'about', 'because', 'ours', 'upon', 'otherwise', 'themselves', 'all', 'aren', 'should', 'each', 'hadn', 't', 'without', 'up', 'may', 'ain', 'will', 'were', 'during', 'your', 'against', 'weren', 'between', 'can', 'this', 'him', 'yourself', 'any', 'same', 'are', 'b', 'has', 'down', 'we', 'through', 'when', 'under', 'whom', 'on', 'be', 'if', 'hers', 'does', 'here', 'wouldn', 'below', 'who', 'her', 'it', 'ma', 'from', 'himself', 'i', 'now', 'by', 'other', 'of', 'hasn', 'our', 'wasn', 'for', 'to', 'only', 'few', 'out', 'itself', 'with', 'its', 'his', 'both', 'been', 'the', 'yours', 'shouldn', 'those', 'doesn', 'how', 'most', 'll', 'shall', 'thereof', 'not', 'me', 'and', 'as', 're', 'further', 'an', 'their', 'she', 've', 'then', 'which', 'there', 'including', 'above', 'no', 'have', 'don', 'm', 'where', 'they', 'needn', 'you', 'before', 's', 'very', 'too', 'than', 'my', 'shan', 'own', 'why', 'off'}

set() -> new empty set object set(iterable) -> new set object

Build an unordered collection of unique elements.