Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Last active January 5, 2017 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jchristopher/9939849 to your computer and use it in GitHub Desktop.
Save jchristopher/9939849 to your computer and use it in GitHub Desktop.
SearchWP's list of common words (stopwords)
<?php
// this can be completely customized https://searchwp.com/docs/hooks/searchwp_common_words/
array( "a", "able", "above", "across", "after", "afterwards", "again", "against", "ago", "all",
"almost", "alone", "along", "already", "also", "although", "always", "am", "among", "amongst", "amoungst",
"amount", "an", "and", "another", "any", "anyhow", "anyone", "anything", "anyway", "anywhere", "are", "aren't",
"around", "as", "at", "back", "be", "became", "because", "become", "becomes", "becoming", "been", "before",
"beforehand", "behind", "being", "below", "beside", "besides", "between", "beyond", "both", "bottom", "but",
"by", "call", "can", "can't", "cannot", "cant", "co", "con", "could", "couldn't", "couldnt", "de", "did", "do",
"does", "don't", "done", "dont", "down", "due", "during", "each", "eg", "eight", "either", "eleven", "else",
"elsewhere", "empty", "enough", "etc", "etc.", "even", "ever", "every", "everyone", "everything", "everywhere",
"except", "few", "fifteen", "fify", "fill", "find", "fire", "first", "five", "for", "former", "formerly",
"forty", "found", "four", "from", "front", "full", "further", "get", "give", "go", "got", "had", "has",
"hasn't", "hasnt", "have", "he", "hence", "her", "here", "hereafter", "hereby", "herein", "hereupon", "hers",
"herself", "him", "himself", "his", "how", "however", "hundred", "i", "i.e.", "ie", "if", "in", "inc", "inc.",
"indeed", "into", "is", "isn't", "it", "it's", "its", "itself", "just", "keep", "last", "latter", "latterly",
"least", "less", "let", "like", "likely", "ltd", "ltd.", "made", "many", "may", "maybe", "me", "meanwhile",
"might", "mill", "mine", "more", "moreover", "most", "mostly", "move", "much", "must", "my", "myself", "name",
"namely", "neither", "never", "nevertheless", "new", "news", "next", "nine", "no", "no-one", "nobody", "none",
"noone", "nor", "not", "nothing", "now", "nowhere", "of", "off", "often", "old", "on", "once", "one", "only",
"onto", "or", "other", "others", "otherwise", "our", "ours", "ourselves", "out", "over", "own", "per",
"perhaps", "please", "put", "rather", "re", "said", "same", "say", "says", "see", "seem", "seemed", "seeming",
"seems", "serious", "several", "she", "she's", "shes", "should", "show", "side", "since", "six", "sixty",
"small", "so", "some", "somehow", "someone", "something", "sometime", "sometimes", "somewhere", "still", "such",
"take", "ten", "than", "thank", "that", "the", "their", "theirs", "them", "themselves", "then", "thence",
"there", "thereafter", "thereby", "therefore", "therein", "thereupon", "these", "they", "they're", "theyre",
"third", "this", "those", "though", "three", "through", "throughout", "thru", "thus", "time", "times", "tis",
"to", "together", "too", "top", "toward", "towards", "true", "twas", "twelve", "twenty", "two", "un", "under",
"until", "up", "upon", "us", "use", "users", "very", "via", "want", "wants", "was", "way", "we", "web", "well",
"were", "what", "whatever", "when", "whence", "whenever", "where", "whereafter", "whereas", "whereby",
"wherein", "whereupon", "wherever", "whether", "which", "while", "whither", "who", "whoever", "whole", "whom",
"whose", "why", "will", "with", "within", "without", "would", "yes", "yet", "you", "your", "yours", "yourself",
"yourselves" );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment