deeppavlov / DeepPavlov

An open source library for deep learning end-to-end dialog systems and chatbots.
https://deeppavlov.ai
Apache License 2.0
6.68k stars 1.15k forks source link

Neural morphological tagging with DeepPavlov: howto #1646

Open alexeyev opened 1 year ago

alexeyev commented 1 year ago

Dear colleagues, thank you for your fantastic work on the project!

I am puzzled by the following:

  1. the neural morphological tagging model is present in the docs: https://docs.deeppavlov.ai/en/0.0.8/components/morphotagger.html
  2. in one of the issues, it is said that the morphological tagging was removed from the library: https://github.com/deeppavlov/DeepPavlov/issues/407

I was considering training a tagger using your SoTA BERT-based approach mentioned here: https://github.com/natasha/slovnet

Is it still possible? Can I read anything about it anywhere? Is the training pipeline available anywhere?

Will be grateful for any pointers.

Best regards.