Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 330 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 330 Bytes

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