• Stars
    star
    150
  • Rank 245,906 (Top 5 %)
  • Language
    Python
  • License
    MIT License
  • Created about 7 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Keyword extraction based on TF-IDF on specific corpus. 基于特定语料库的TF-IDF的中文关键词提取

基于TF-IDF的中文关键词提取

requirements

默认环境python3,需要结巴分词器的支持

$ pip install jieba

IDF(逆文档频率)生成

用法:

$ python gen_idf.py -i <inputdir> -o <outputfile>
  • -i <inputdir> : 语料库目录,程序会扫描目录下的所有文件
  • -o <outputfile> : 保存idf到指定文件

TF-IDF关键词提取

用法:

$ python tfidf.py -i <idffile> -d <document> -t <topK>
  • -i <idffile> : idf文件路径
  • -d <document> : 所需处理文档路径
  • -t <topK> : 返回topK结果

示例

$ python tfidf.py -i idf.txt -d test.txt -t 20

返回结果:

核
处理器
服务器
系统核心
封装
系列
插槽
核心
主频
产品
伊斯坦布尔
英特尔
功耗
多处理器
低仅
折合
浮点运算
性能
构建
吹起

注:该repo中提供的idf.txt由清华NLP组的新闻数据集训练获得。

More Repositories

1

text-classification-cnn-rnn

CNN-RNN中文文本分类,基于TensorFlow
Python
4,130
star
2

SpringMVCDemo

This is a demo of my spring mvc project.
Java
475
star
3

weibo_wordcloud

根据关键词抓取微博数据,再生成词云
Python
216
star
4

char_rnn_lm_zh

language model in Chinese,基于Pytorch官方文档实现
Python
68
star
5

geo_convert

WGS84 / BD09 / GCJ02 / MapBar 经纬度坐标互转。Geolocation Conversion.
Python
50
star
6

baidu_hot_words

百度新闻的热搜关键词抓取,并根据关键词抓取新闻
Jupyter Notebook
44
star
7

keras-examples

Keras样例解析
Python
38
star
8

Chinese-Lyric-Corpus

A Chinese lyric corpus which contains nearly 50,000 lyrics from 500 artists
34
star
9

text-classification

CNN for sentence classification using Pytorch and MXNET
Jupyter Notebook
31
star
10

lyric_crawler_163

抓取网易云音乐歌手歌词
Jupyter Notebook
15
star
11

fancywriter

Using deep neural nets to write books
Jupyter Notebook
13
star
12

tf-rnnlm

simplified version of tensorflow language model on PTB data
Python
8
star
13

keras-doc-zh

https://keras-zh.readthedocs.io/
Python
7
star
14

pytorch-poem-generator

A Chinese Poem Generator based on PyTorch Char-RNN
Jupyter Notebook
6
star
15

keras-deep-learning

Notebook for Book "Deep Learning with Python"
Jupyter Notebook
4
star
16

crawl_scripts

爬虫脚本整理
Python
4
star
17

SpringDemo-List

这是一个SpringMVC绑定List参数的例子
Java
3
star
18

cpp_primer_plus

code of c++ primer plus (for practice)
C++
2
star
19

seq2seq-chatbot

Seq2Seq based chatbot
Jupyter Notebook
1
star
20

llm_from_scratch_code

code for book llm_from_scratch
Jupyter Notebook
1
star
21

Incentive

I have no idea what this repo is for, but this word just came into my mind.
1
star
22

screen_capture

windows下全屏截图
Batchfile
1
star
23

gaussic.github.io

HTML
1
star