ankane / mitie-ruby

Named-entity recognition for Ruby
Boost Software License 1.0
135 stars 5 forks source link

Add training and persistence capabilities for NER #4

Closed michaelherold closed 2 years ago

michaelherold commented 2 years ago

Using the pre-generated models for MITIE (or one you generate yourself via another API), you can now train models for Named Entity Recognition using training instances and a trainer.

The API for all of these added methods roughly matches that from the Python library for consistency across languages.

michaelherold commented 2 years ago

Great comments! I've addressed them all. I went with a rebase because doing individual fixup commits was fighting me.

michaelherold commented 2 years ago

Thanks for the eagle eye review, @ankane! I think I got all of them this time. 🤦

ankane commented 2 years ago

Great, thanks @michaelherold! Will push a new release later today.