cadmium_pos_tagger
Version, currently master branch1 version
- master branchlatestOct 24, 2020
github.com/cadmiumcr/pos_tagger
Part Of Speech Tagger
4 stars
1 dependent
License: MIT
Installation
# Add this to your shard.yml
dependencies:
cadmium_pos_tagger:
github: cadmiumcr/pos_tagger
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.35.1- License
- MIT
- Author
- Rémy Marronnier
Dependencies
Runtime Dependencies
- cadmium_classifier*github: cadmiumcr/classifier
Development Dependencies
- ameba0.12.0github: veelenga/amebadev
README
pos_tagger
A Part Of Speech (POS) Tagger. It relies for now on Cadmium::Classifier::Viterbi.
Installation
-
Add the dependency to your
shard.yml:dependencies: cadmium_pos_tagger: github: cadmiumcr/pos_tagger -
Run
shards install
Usage
require "pos_tagger"
example = "Cadmium is getting better and better."
pp Cadmium::POSTagger.new.tag(example)[2]
# 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)
Contributing
- Fork it (https://github.com/your-github-user/pos_tagger/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Rémy Marronnier - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Oct 24, 2020
- Crystal
0.35.1- Indexed
- yes
Dependents
Repository
github.com/cadmiumcr/pos_tagger
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 14, 2026
- Synced
- Aug 14, 2026
- Versions
- 1