Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在使用 Flair 准备 NER 任务,并且正在寻找有关用于 NER 任务的指标的一些信息。
什么是最常用的指标以及如何解释它们?
如果您想要开箱即用的实现,我建议您查看sklearn-crfsuite 的文档。
对于解释,将您的 NER 系统视为多类分类系统。