Created
December 21, 2011 02:15
-
-
Save gsiegman/1504249 to your computer and use it in GitHub Desktop.
Python List of Noise Words
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based on a list of noise words found here http://tax.cchgroup.com/help/Avoiding_noise_words_in_your_search.htm