I'm building a content managment system for unstructured data. I need to parse a user query, google type, into its individual words. I don't care about words like he, she, the, them, those etc... Does anyone know where i can get a list of all these types of words. I want to load it into a table so that i can exclude unimportant words from the user query. thanks