The count_word_occurrences module is a Python script that analyzes a Word document and generates a count of word occurrences. It parses the content of the Word document, splits it into individual words, and then provides a frequency count of each word found.
-
Clone the repository or download the
count_word_occurrences.pyfile. -
Make sure you have Python installed on your system.
-
Install the required Python libraries using pip:
To use the count_word_occurrences module, execute count_word_occurrences.sh.
Use -h or --help flag to see the documentation.
python-docx: A library to read and write Word documents in Python. tabulate: A library to format tabular data as ASCII tables.
This project is licensed under the MIT License.