{"id":20601428,"url":"https://github.com/ionut767/word-counter-cpp","last_synced_at":"2025-10-03T13:18:26.521Z","repository":{"id":238924555,"uuid":"797986862","full_name":"Ionut767/word-counter-cpp","owner":"Ionut767","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-08T22:00:54.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"Main","last_synced_at":"2025-01-17T01:47:06.375Z","etag":null,"topics":["cpp","file","readingfile","wordscounter"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ionut767.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-08T21:44:14.000Z","updated_at":"2024-05-11T17:44:07.000Z","dependencies_parsed_at":"2024-05-08T23:22:13.017Z","dependency_job_id":"d5e58d84-5e8c-4b33-8128-c8b8eb272d0a","html_url":"https://github.com/Ionut767/word-counter-cpp","commit_stats":null,"previous_names":["ionut767/word-counter-cpp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ionut767%2Fword-counter-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ionut767%2Fword-counter-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ionut767%2Fword-counter-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ionut767%2Fword-counter-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ionut767","download_url":"https://codeload.github.com/Ionut767/word-counter-cpp/tar.gz/refs/heads/Main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242241246,"owners_count":20095339,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","file","readingfile","wordscounter"],"created_at":"2024-11-16T09:10:08.441Z","updated_at":"2025-10-03T13:18:26.412Z","avatar_url":"https://github.com/Ionut767.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Word Counter in C++\n\n## Introduction\n\nThis repository contains a simple and efficient word counter written in C++. It reads a text file, counts the frequency of each word, and outputs the results to another text file.\n\n## Key Features\n\n- **Efficient Word Counting**: The program reads through the text file and counts the frequency of each word.\n- **Case Insensitive**: The word counting is case insensitive, meaning 'Word' and 'word' are considered the same.\n- **Special Character Handling**: The program correctly handles special characters like '!', '?', '.', and ','.\n\n## How to Run\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/Ionut767/word-counter-cpp.git\ncd WordCounter\n```\n\n2. Compile and run the program:\n\n```bash\ng++ wordcount.cpp -o a.out\n./a.out\n```\n\n## Conclusion\n\nThis program is a simple and efficient word counter written in C++. It reads a text file, counts the frequency of each word, and outputs the results to another text file. Some improvements can be made, such as case-insensitive word counting, special character handling, and more.\n\n## How to Contribute\n\nIf you want to contribute to this project or imporve it, please feel free to [open an issue](https://github.com/Ionut767/word-counter-cpp/issues/new) or [create a pull request](https://github.com/Ionut767/word-counter-cpp/pulls).\n\n## This is my first C++ project posted on GitHub. I learned a lot from it. I hope it helps you!\n\nProject made with ♥ by [Ionut767](https://github.com/Ionut767)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fionut767%2Fword-counter-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fionut767%2Fword-counter-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fionut767%2Fword-counter-cpp/lists"}