Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word-Frequency

A tool in C++ that counts the number of times a word appears in a document.

Project Description

This tool developed using C++ reads the text from a file, and it counts the frequency of each word in the document. It's a helpful resource for linguistic research, SEO optimization, or any task that requires a word frequency count.

Getting Started

Make sure you have a C++ compiler. This project also utilizes CMake for build automation. Have it installed to compile the project.

Compiling

  1. Clone this repository.
  2. Navigate into the project directory.
  3. Run cmake . to generate the makefile.
  4. Run make to compile the project.

Usage

Run the tool from the command line, followed by the filename of the document you want to analyze. For example: The program will output a list of words, ordered by their occurrence frequency in the document.

Contribution

Contributions, issues, and feature requests are welcome. Feel free to check issues page if you want to contribute.

About

Word-Frequency is an open-source project. Star the repository if you find it helpful and contributing.

Enjoy!

About

A tool in c++ that counts the number of times a word appears in a document.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages