I have an array of words which is created from picture descriptions in a table.
I want to remove common words such as the, and, but, with etc. which are just not words users will search for.
What is the most efficient way to do it?
I thought of comparing each new word against a list before adding each one to the array but hoped there may be a more elegant solution?
Keith
I want to remove common words such as the, and, but, with etc. which are just not words users will search for.
What is the most efficient way to do it?
I thought of comparing each new word against a list before adding each one to the array but hoped there may be a more elegant solution?
Keith