I am working on a prj where I would have to read the texts written by a user and check each and every given word against a dictionary(a list of words and their combination) and filter the words.
...