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
i- Converting text to lowercase
ii- Spliting the text into words (tokens)
iii- Removing words having numeric character/s
iv- Applying 3rd filter/condition
v- Removing stop words from the data
2- Store the words and their counts in appropriate data structure
3- Repeating step-1 and keep reading the next file till all files are read
4- Printing details of Words: Word, count and its probability