Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drop2jyoti authored Oct 29, 2024
1 parent d99565e commit bc386c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 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.
Code in Place final project **Word Frequency Counter**: The feature 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
2) Remove the punctuation marks from the line
Expand Down

0 comments on commit bc386c0

Please sign in to comment.