(触りたい)flair
https://github.com/flairNLP/flair
A very simple framework for state-of-the-art NLP. Developed by Humboldt University of Berlin and friends.
(2020/07にちょっとだけ触った)
Tutorials https://flairnlp.github.io/docs/intro
Many Flair sequence tagging models (named entity recognition, part-of-speech tagging etc.) are also hosted on the 🤗 HuggingFace model hub!
一覧 https://huggingface.co/models?library=flair&sort=downloads
nerはflair/ner-english
posはflair/pos-english
最新より前のモデルをバージョン指定することもできる(実装を読み解く)
対応させる実装 https://github.com/flairNLP/flair/blob/v0.12.2/flair/models/sequence_tagger_model.py#L659