{"id":25639754,"url":"https://github.com/sweep76/hidden-markov-model","last_synced_at":"2025-08-12T12:34:19.168Z","repository":{"id":275309567,"uuid":"925710397","full_name":"Sweep76/Hidden-Markov-Model","owner":"Sweep76","description":"HMM","archived":false,"fork":false,"pushed_at":"2025-07-07T12:21:38.000Z","size":8173,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-07T13:32:23.994Z","etag":null,"topics":["hmm","pos-tagging","viterbi"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Sweep76.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2025-02-01T15:00:08.000Z","updated_at":"2025-07-07T12:21:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"8387fe61-1b0a-4dbb-bb8a-ea44fc30d419","html_url":"https://github.com/Sweep76/Hidden-Markov-Model","commit_stats":null,"previous_names":["sweep76/hidden-markov-model"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sweep76/Hidden-Markov-Model","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sweep76%2FHidden-Markov-Model","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sweep76%2FHidden-Markov-Model/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sweep76%2FHidden-Markov-Model/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sweep76%2FHidden-Markov-Model/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sweep76","download_url":"https://codeload.github.com/Sweep76/Hidden-Markov-Model/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sweep76%2FHidden-Markov-Model/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270061506,"owners_count":24520310,"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-08-12T02:00:09.011Z","response_time":80,"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":["hmm","pos-tagging","viterbi"],"created_at":"2025-02-23T03:47:14.026Z","updated_at":"2025-08-12T12:34:19.158Z","avatar_url":"https://github.com/Sweep76.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hidden-Markov-Model\n Statistical model that represents a system with hidden states and observable outputs\n\n# Hidden Markov Model\n\n## Structure\n\n```sh\n.\n├── bigdata\n│   ├── dev.conll\n│   ├── test.conll\n│   └── train.conll\n├── data\n│   ├── dev.conll\n│   └── train.conll\n├── results\n│   ├── bhmm.txt\n│   └── hmm.txt\n├── config.py\n├── hmm.py\n├── README.md\n└── run.py\n```\n\n## Usage\n\n```sh\n$ python run.py -h\nusage: run.py [-h] [--bigdata] [--file FILE]\n\nCreate Hidden Markov Model(HMM) for POS Tagging.\n\noptional arguments:\n  -h, --help            show this help message and exit\n  --bigdata, -b         use big data\n  --file FILE, -f FILE  set where to store the model\n# e.g. \n$ python run.py -b\n```\n\n## Results\n\n| Big Data Set | Alpha |  dev/P   |  test/P  |     mT(s)      |\n| :----------: | :---: | :------: | :------: | :------------: |\n|      No      |  0.3  | 75.7428% |    *     | 0:00:00.723058 |\n|      Yes     | 0.01  | 88.3546% | 88.4994% | 0:00:02.846564 |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsweep76%2Fhidden-markov-model","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsweep76%2Fhidden-markov-model","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsweep76%2Fhidden-markov-model/lists"}