From bdc0f5188ad15fb07fc5abbd953f23bb8c0170ac Mon Sep 17 00:00:00 2001 From: Yener Date: Thu, 10 Oct 2019 19:32:29 +0800 Subject: [PATCH] Update text.py --- jiagu/cluster/text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jiagu/cluster/text.py b/jiagu/cluster/text.py index 5121050..a7f5b76 100644 --- a/jiagu/cluster/text.py +++ b/jiagu/cluster/text.py @@ -22,7 +22,7 @@ def text_cluster(docs, features_method='tfidf', method="dbscan", dbscan 参数,邻域距离 :param min_pts: dbscan 参数,核心对象中的最少样本数量 - :return: OrderedDict + :return: dict 聚类结果 """ if features_method == 'tfidf':