Skip to content

Bon-1900/count_word_occurrences

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

count_word_occurrences

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.

Installation

  1. Clone the repository or download the count_word_occurrences.py file.

  2. Make sure you have Python installed on your system.

  3. Install the required Python libraries using pip:

Usage

To use the count_word_occurrences module, execute count_word_occurrences.sh. Use -h or --help flag to see the documentation.

Dependencies

python-docx: A library to read and write Word documents in Python. tabulate: A library to format tabular data as ASCII tables.

License

This project is licensed under the MIT License.

About

A Python script that analyses a Word document and generates a count of word occurrences

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors