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.
one thing i came across is to have a file with list of words and then do a recursive comparison.
what i am thinking is like, would there be an existing api with which i can just pass the words and get the details.
any idea?