-
Notifications
You must be signed in to change notification settings - Fork 21
Home
zuoxiaolei edited this page Aug 20, 2019
·
1 revision
使用word2vec算法计算单词的空间距离进行关键词提取和单词移动距离(RWMD)算法进行关键句提取,欢迎大家start和代码贡献
pyltp>=0.1.9.1
哈工大LTP python软件包,用于分词和词性标注
networkx>=1.11
构建单词之间的关系图,计算每个单词的权重
gensim>=1.0.1
训练word2vec模型
numpy>=1.11.3
python矩阵和张量计算
pyemd>=0.4.3
快速计算单词移动距离
python2.7 或 python>=3.5
pip install -r requirements.txt
- 从百度云下载ltp_data模型文件 : http://pan.baidu.com/s/1hsqYX5U
下载慢可使用Pandownloader - ltp_data文件夹放置到TextRankPlus目录
- 下载word2vec模型文件: http://pan.baidu.com/s/1mhCpm8w
- 把下载的3个word2vec模型文件放置到 TextRankPlus/word2vec 目录下
python testTextRankPlus4KeySentence.py
python testTextRankPlus4KeyWord.py
- 基于bilstm+crf的关键词提取
- python模块松耦合