This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Simple Python script to count word frequency in a given text document. | |
| Started from | |
| https://www.geeksforgeeks.org/python-count-occurrences-of-each-word-in-given-text-file/ | |
| Usage: Update the file path below, then run in the command line. | |
| """ | |
| # Relative path to a .txt file |