I can't wait for a word to be repeated 10000 times to be deemed as "common words".
Also, adjusting define('QA_IGNORED_WORDS_FREQ', 10000); to a very low value is not an option because it may affect other words.
I want a fixed list of ignore words that will come into effect no matter how frequent a word is.
How can I do that?