You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple python script that counts the number of words in a given text document and prints the top 10 words according to their frequency, along with their frequency of occurence.
4
+
5
+
---
6
+
7
+
-**Input :** Path of the text file to be processed
8
+
-**Output :** List of top 10 words according to their frequency, along with their frequency of occurence.
9
+
10
+
---
11
+
12
+
## Features :
13
+
14
+
- User friendly interface
15
+
- Output is in tabular format
16
+
- Case insensitive processing of words
17
+
- Get the Top 10 words in the text file which occur most frequntly, along with their counts
0 commit comments