Word-analysis-for-NLP Cpp script for word analysis from scratch for all high level NLP applications: Tasks this script performs: Counts all unique words in a file. Counts the frequency of each word. Finds the most frequent words after removing common english stop words Search for frequency of a particular word