medical_knowledge_graph_app-master icon indicating copy to clipboard operation
medical_knowledge_graph_app-master copied to clipboard

AttributeError: module 'regex' has no attribute 'Pattern

Open gigglehy opened this issue 2 years ago • 1 comments

在实体链接模块 一直报错AttributeError: module 'regex' has no attribute 'Pattern' 但是我版本都是和作者一样的 这是什么缘故呢

gigglehy avatar Oct 07 '23 12:10 gigglehy

你试试这个命令,pip install nltk -U 相关的问题这里有 https://stackoverflow.com/questions/69405949/attributeerror-module-regex-has-no-attribute-pattern

pen-ho avatar Oct 07 '23 14:10 pen-ho