From d99565e6184006aeabd59bf09ab3b0114988fa60 Mon Sep 17 00:00:00 2001 From: drop2jyoti Date: Mon, 23 Sep 2024 15:04:33 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de90472..3c30309 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# code-in-place-word-frequency-counter +# word-frequency-counter Code in Place final project **Word Frequency Counter**: The program gives two options to user to load text for analyzing 1) input through console 2) Load through plain txt file. The text to analyze is then sent to processing unit that processes each word and updates the count for the existing word by 1 if already present. We remove following words from the list- 1) Remove the leading spaces and newline character