{"id":20238588,"url":"https://github.com/cadmiumcr/pos_tagger","last_synced_at":"2025-04-10T19:35:37.740Z","repository":{"id":82833210,"uuid":"211471548","full_name":"cadmiumcr/pos_tagger","owner":"cadmiumcr","description":"Part Of Speech Tagger","archived":false,"fork":false,"pushed_at":"2020-10-24T20:15:25.000Z","size":314,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T17:13:43.510Z","etag":null,"topics":["nlp","pos","tagger"],"latest_commit_sha":null,"homepage":"","language":"Crystal","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/cadmiumcr.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":"2019-09-28T08:49:08.000Z","updated_at":"2022-11-08T10:25:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"934d272e-b163-4d37-955f-8e435f4094b0","html_url":"https://github.com/cadmiumcr/pos_tagger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cadmiumcr%2Fpos_tagger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cadmiumcr%2Fpos_tagger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cadmiumcr%2Fpos_tagger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cadmiumcr%2Fpos_tagger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cadmiumcr","download_url":"https://codeload.github.com/cadmiumcr/pos_tagger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248281423,"owners_count":21077423,"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":["nlp","pos","tagger"],"created_at":"2024-11-14T08:34:51.276Z","updated_at":"2025-04-10T19:35:37.733Z","avatar_url":"https://github.com/cadmiumcr.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pos_tagger\n\n![](https://github.com/cadmiumcr/pos_tagger/workflows/pos_tagger/badge.svg)\n\n\nA Part Of Speech (POS) Tagger. It relies for now on `Cadmium::Classifier::Viterbi`.\n\n## Installation\n\n1. Add the dependency to your `shard.yml`:\n\n   ```yaml\n   dependencies:\n     cadmium_pos_tagger:\n       github: cadmiumcr/pos_tagger\n   ```\n\n2. Run `shards install`\n\n## Usage\n\n```crystal\nrequire \"pos_tagger\"\n\nexample = \"Cadmium is getting better and better.\"\n\npp Cadmium::POSTagger.new.tag(example)[2]\n\n# Cadmium::Token(@verbatim=\"getting\", @pos=\"VBG\", @univ_pos=:verb, @morphology=:none, @is_start_sentence=false, @lemma=nil, @is_punctuation=false, @is_oov=false, @language=:en)\n\n\n\n```\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/your-github-user/pos_tagger/fork\u003e)\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## Contributors\n\n- [Rémy Marronnier](https://github.com/rmarronnier) - creator and maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcadmiumcr%2Fpos_tagger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcadmiumcr%2Fpos_tagger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcadmiumcr%2Fpos_tagger/lists"}