Skip to content

WordCound is a command line tool (written in C++) that counts the frequency of the words in files of a specific directory. After running, outputs the 10 most repeated words from each file and the overall 10 most repeated words in a folder. The output is written to a text file with the location defined by the user, or if no output destination is …

Notifications You must be signed in to change notification settings

dav05/WordCount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation,  License version 3.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.

About

WordCound is a command line tool (written in C++) that counts the frequency of the words in files of a specific directory. After running, outputs the 10 most repeated words from each file and the overall 10 most repeated words in a folder. The output is written to a text file with the location defined by the user, or if no output destination is …

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published