AimeeLee77 / keyword_extraction

利用Python实现中文文本关键词抽取,分别采用TF-IDF、TextRank、Word2Vec词聚类三种方法。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

关于K-means聚类报错

ShawWang1991 opened this issue · comments

IndexError: index 1 is out of bounds for axis 0 with size 1,想问下如何解决