{"id":31637776,"url":"https://github.com/tangerinearc/dissociated-press","last_synced_at":"2025-10-07T01:39:59.462Z","repository":{"id":316609079,"uuid":"1064109686","full_name":"tangerineArc/dissociated-press","owner":"tangerineArc","description":"a bigram Markov Chain Text Generator","archived":false,"fork":false,"pushed_at":"2025-09-25T14:56:03.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-25T16:41:02.624Z","etag":null,"topics":["dissociated-press","markov-chain","text-generator"],"latest_commit_sha":null,"homepage":"","language":"Python","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/tangerineArc.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-25T14:53:23.000Z","updated_at":"2025-09-25T14:57:33.000Z","dependencies_parsed_at":"2025-09-25T16:41:03.542Z","dependency_job_id":null,"html_url":"https://github.com/tangerineArc/dissociated-press","commit_stats":null,"previous_names":["tangerinearc/dissociated-press"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/tangerineArc/dissociated-press","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangerineArc%2Fdissociated-press","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangerineArc%2Fdissociated-press/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangerineArc%2Fdissociated-press/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangerineArc%2Fdissociated-press/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tangerineArc","download_url":"https://codeload.github.com/tangerineArc/dissociated-press/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangerineArc%2Fdissociated-press/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278708067,"owners_count":26031932,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dissociated-press","markov-chain","text-generator"],"created_at":"2025-10-07T01:39:33.458Z","updated_at":"2025-10-07T01:39:59.455Z","avatar_url":"https://github.com/tangerineArc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dissociated Press\n\nThis a _bigram_ (order-2) Markov Chain Sentence Generator.\n\n## Usage\n\n\u003e [!NOTE]\n\u003e Requires: Python 3.13+\n\nGenerate:\n```sh\npython3 markov/main.py -l OUTPUT_LENGTH \u003c CORPUS\n```\n\nFor help:\n```sh\npython3 markov/main.py --help\n```\n\nRun tests:\n```sh\npython3 -m unittest\n```\n\n## How it works?\n\n1. corpus analysis: parse the source text and create a dictionary of word-to-word transitions with normalized frequency values\n2. random generation: use a pseudo-random number generator to select the next word based on calculated probabilities (weights)\n\n## What needs to be worked on?\n\n- a better CLI experience\n- enforce grammatical rules and proper punctuations up to some extent\n- control the order with a parameter and appropriate implementation\n- add a proper shitposting mode\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangerinearc%2Fdissociated-press","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftangerinearc%2Fdissociated-press","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangerinearc%2Fdissociated-press/lists"}