{"id":19390849,"url":"https://github.com/tecnickcom/wordfreq","last_synced_at":"2026-03-06T09:02:26.062Z","repository":{"id":66250110,"uuid":"154033772","full_name":"tecnickcom/wordfreq","owner":"tecnickcom","description":"Parse an input file and return the most frequently used words with their frequency.","archived":false,"fork":false,"pushed_at":"2025-05-13T14:28:56.000Z","size":216,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-08T18:03:05.989Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tecnickcom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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,"zenodo":null},"funding":{"custom":["https://www.paypal.com/donate/?hosted_button_id=NZUEC5XS8MFBJ"]}},"created_at":"2018-10-21T17:22:44.000Z","updated_at":"2025-05-13T14:29:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"e99c5690-9a51-4100-b7d0-e2f038a668a8","html_url":"https://github.com/tecnickcom/wordfreq","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tecnickcom/wordfreq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tecnickcom%2Fwordfreq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tecnickcom%2Fwordfreq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tecnickcom%2Fwordfreq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tecnickcom%2Fwordfreq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tecnickcom","download_url":"https://codeload.github.com/tecnickcom/wordfreq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tecnickcom%2Fwordfreq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30168608,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T07:56:45.623Z","status":"ssl_error","status_checked_at":"2026-03-06T07:55:55.621Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-10T10:23:35.287Z","updated_at":"2026-03-06T09:02:26.041Z","avatar_url":"https://github.com/tecnickcom.png","language":"C","funding_links":["https://www.paypal.com/donate/?hosted_button_id=NZUEC5XS8MFBJ"],"categories":[],"sub_categories":[],"readme":"# WordFreq\n\n*Parse an input file and return the most frequently used words with their frequency.*\n\n[![Master Build Status](https://secure.travis-ci.org/tecnickcom/wordfreq.png?branch=master)](https://travis-ci.org/tecnickcom/wordfreq?branch=master)\n[![Master Coverage Status](https://coveralls.io/repos/tecnickcom/wordfreq/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/tecnickcom/wordfreq?branch=master)\n\n* **category**    Tools\n* **license**     MIT (see LICENSE)\n* **author**      Nicola Asuni\n* **copyright**   2017-2018 Nicola Asuni - Tecnick.com\n* **link**        https://github.com/tecnickcom/wordfreq\n\n\n## Description\n\nThis program parse an input file and return the most frequently used words with their frequency.\nIn this context a word is a continuous sequence of characters from 'a' to 'z'.\nThe words are case-insensitive, so uppercase letters are always mapped in lowercase.\n\nThe output is similar to that of the following bash command:\n\n```\ncat \u003cFILENAME\u003e | tr -cs 'a-zA-Z' '[\\n*]' | grep -v \"^$\" | tr '[:upper:]' '[:lower:]'| sort | uniq -c | sort -nr | head -20\n```\n\n## Getting Started\n\n### Development dependencies:\n\n* alien\n* astyle\n* build-essential\n* clang-tidy\n* cmake\n* debhelper\n* devscripts\n* dh-make\n* doxygen\n* fakeroot\n* lcov\n* make\n* pkg-config\n* rpm\n\nA wrapper Makefile is available to allows building the project in a Linux-compatible system with simple commands.  \nAll the artifacts and reports produced using this Makefile are stored in the *target* folder.  \n\nTo see all available options:\n```\nmake help\n```\n\nUse the command ```make all``` to build and test all.\n\nUse the command ```make dbuild``` to build everything inside a docker container.\n\nThe build and test artifacts are inside the `target` folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftecnickcom%2Fwordfreq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftecnickcom%2Fwordfreq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftecnickcom%2Fwordfreq/lists"}