From 1803c57007f73ab81e083bff7301f76a60e3870e Mon Sep 17 00:00:00 2001 From: gogojames <120715852@qq.com> Date: Sat, 4 Apr 2020 09:07:35 +0800 Subject: [PATCH] IronPython.Runtime.Exceptions.ImportException IronPython No module named _compat --- jieba/analyse/textrank.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jieba/analyse/textrank.py b/jieba/analyse/textrank.py index 230e2a94..e061b74b 100644 --- a/jieba/analyse/textrank.py +++ b/jieba/analyse/textrank.py @@ -7,7 +7,7 @@ from collections import defaultdict import jieba.posseg from .tfidf import KeywordExtractor -from .._compat import * +from jieba._compat import * class UndirectWeightedGraph: