Skip to content

Instantly share code, notes, and snippets.

@gsiegman
Created December 21, 2011 02:15
Show Gist options
  • Save gsiegman/1504249 to your computer and use it in GitHub Desktop.
Save gsiegman/1504249 to your computer and use it in GitHub Desktop.
Python List of Noise Words
NOISE_WORDS = [
"a","about","above","all","along","also","although","am","an","any","are","aren't",
"as","at","be","because","been","but","by","can","cannot","could","couldn't",
"did","didn't","do","does","doesn't","e.g.","either","etc","etc.","even","ever",
"for","from","further","get","gets","got","had","hardly","has","hasn't","having","he",
"hence","her","here","hereby","herein","hereof","hereon","hereto","herewith","him",
"his","how","however","I","i.e.","if","into","it","it's","its","me","more","most",
"mr","my","near","nor","now","of","on","onto","other","our","out","over","really",
"said","same","she","should","shouldn't","since","so","some","such","than","that",
"the","their","them","then","there","thereby","therefore","therefrom","therein",
"thereof","thereon","thereto","therewith","these","they","this","those","through",
"thus","to","too","under","until","unto","upon","us","very","viz","was","wasn't",
"we","were","what","when","where","whereby","wherein","whether","which","while",
"who","whom","whose","why","with","without","would","you","your"
]
@gsiegman
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment