{"id":13582514,"url":"https://github.com/dayvonjersen/linguist","last_synced_at":"2025-09-18T19:53:23.853Z","repository":{"id":57488387,"uuid":"47614219","full_name":"dayvonjersen/linguist","owner":"dayvonjersen","description":"Detect programming language used in git repository. Go port of github linguist.","archived":false,"fork":false,"pushed_at":"2023-11-05T02:10:13.000Z","size":16071,"stargazers_count":73,"open_issues_count":12,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-05T11:55:38.551Z","etag":null,"topics":["bayes-classifier","github-linguist","golang","language-detection","linguist"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dayvonjersen.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}},"created_at":"2015-12-08T10:08:23.000Z","updated_at":"2025-02-28T20:16:10.000Z","dependencies_parsed_at":"2024-06-20T08:21:50.645Z","dependency_job_id":"be4bd902-4a3a-4215-92ea-200620d1b087","html_url":"https://github.com/dayvonjersen/linguist","commit_stats":null,"previous_names":["generaltso/linguist"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dayvonjersen/linguist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dayvonjersen%2Flinguist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dayvonjersen%2Flinguist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dayvonjersen%2Flinguist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dayvonjersen%2Flinguist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dayvonjersen","download_url":"https://codeload.github.com/dayvonjersen/linguist/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dayvonjersen%2Flinguist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275822588,"owners_count":25534939,"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-09-18T02:00:09.552Z","response_time":77,"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":["bayes-classifier","github-linguist","golang","language-detection","linguist"],"created_at":"2024-08-01T15:02:47.185Z","updated_at":"2025-09-18T19:53:23.809Z","avatar_url":"https://github.com/dayvonjersen.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# linguist\n\n[![godoc reference](https://godoc.org/github.com/dayvonjersen/linguist?status.png)](https://godoc.org/github.com/dayvonjersen/linguist)\n\nGo port of [github linguist](https://github.com/github/linguist).\n\nMany thanks to [@petermattis](https://github.com/petermattis) for his initial work in laying the groundwork of creating this project, and especially for suggesting the use of naive Bayesian classification.\n\nThanks also to [@jbrukh](https://github.com/jbrukh) for [github.com/jbrukh/bayesian](https://github.com/jbrukh/bayesian)\n\n# install\n\n### prerequisites:\n\n```\ngo get github.com/jteeuwen/go-bindata/go-bindata\n```\n\n```\nmkdir -p $GOPATH/src/github.com/dayvonjersen/linguist\ngit clone --depth=1 https://github.com/dayvonjersen/linguist $GOPATH/src/github.com/dayvonjersen/linguist\ngo get -d github.com/dayvonjersen/linguist\ncd $GOPATH/src/github.com/dayvonjersen/linguist\nmake\nl\n```\n\n## see also\n\n[command-line reference implentation](cmd/l) which is documented separately\n\n[tokenizer](tokenizer/tokenizer.go) | ([godoc reference](https://godoc.org/github.com/dayvonjersen/linguist/tokenizer))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdayvonjersen%2Flinguist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdayvonjersen%2Flinguist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdayvonjersen%2Flinguist/lists"}