{"id":27957888,"url":"https://github.com/orsinium-labs/stopwords","last_synced_at":"2025-05-07T18:15:09.875Z","repository":{"id":264934089,"uuid":"893472188","full_name":"orsinium-labs/stopwords","owner":"orsinium-labs","description":"🙅 Go package for detecting and removing stopwords from text.","archived":false,"fork":false,"pushed_at":"2024-11-25T11:26:57.000Z","size":45,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T18:15:03.525Z","etag":null,"topics":["go","golang","stopwords","text-processing","tokenizer"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"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/orsinium-labs.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":"2024-11-24T14:37:50.000Z","updated_at":"2025-03-23T01:30:11.000Z","dependencies_parsed_at":"2024-11-29T01:19:29.748Z","dependency_job_id":null,"html_url":"https://github.com/orsinium-labs/stopwords","commit_stats":null,"previous_names":["orsinium-labs/stopwords"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsinium-labs%2Fstopwords","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsinium-labs%2Fstopwords/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsinium-labs%2Fstopwords/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsinium-labs%2Fstopwords/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orsinium-labs","download_url":"https://codeload.github.com/orsinium-labs/stopwords/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252931507,"owners_count":21827112,"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":["go","golang","stopwords","text-processing","tokenizer"],"created_at":"2025-05-07T18:15:09.155Z","updated_at":"2025-05-07T18:15:09.868Z","avatar_url":"https://github.com/orsinium-labs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# stopwords\n\nGo package for detecting and removing stopwords from a text.\n\n## Installation\n\n```bash\ngo get github.com/orsinium-labs/stopwords\n```\n\n## Usage\n\n```go\nlanguage := \"en\"\nsw := stopwords.MustGet(language)\nfor match := sw.Find(input) {\n    fmt.Println(match.Word)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forsinium-labs%2Fstopwords","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forsinium-labs%2Fstopwords","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forsinium-labs%2Fstopwords/lists"}