Pinned Repositories
ark-tweet-nlp
CMU ARK Twitter Part-of-Speech Tagger
awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量
ChineseNER
A neural network model for Chinese named entity recognition
cnn-text-classification-tf
Convolutional Neural Network for Text Classification in Tensorflow
EventMonitor
Event monitor based on online news corpus including event storyline and analysis,基于给定事件关键词,采集事件资讯,对事件进行挖掘和分析。
EventTriplesExtraction
EventTriplesExtraction based on dependency parser and semantic role labeling, 基于依存句法与语义角色标注的事件三元组抽取
Interview-Notebook
:calendar: 准备秋招学习笔记
Interview_Notes-Chinese
2018/2019/校招/春招/秋招/自然语言处理(NLP)/深度学习(Deep Learning)/机器学习(Machine Learning)/C/C++/Python/面试笔记
Listed-company-news-crawl-and-text-analysis
从新浪财经、每经网、金融界、**证券网、证券时报网上,爬取上市公司(个股)的历史新闻文本数据进行文本分析、提取特征集,然后利用SVM、随机森林等分类器进行训练,最后对实施抓取的新闻数据进行分类预测
SwjloveJay's Repositories
SwjloveJay/ark-tweet-nlp
CMU ARK Twitter Part-of-Speech Tagger
SwjloveJay/awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
SwjloveJay/Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量
SwjloveJay/ChineseNER
A neural network model for Chinese named entity recognition
SwjloveJay/cnn-text-classification-tf
Convolutional Neural Network for Text Classification in Tensorflow
SwjloveJay/EventMonitor
Event monitor based on online news corpus including event storyline and analysis,基于给定事件关键词,采集事件资讯,对事件进行挖掘和分析。
SwjloveJay/EventTriplesExtraction
EventTriplesExtraction based on dependency parser and semantic role labeling, 基于依存句法与语义角色标注的事件三元组抽取
SwjloveJay/Interview-Notebook
:calendar: 准备秋招学习笔记
SwjloveJay/Interview_Notes-Chinese
2018/2019/校招/春招/秋招/自然语言处理(NLP)/深度学习(Deep Learning)/机器学习(Machine Learning)/C/C++/Python/面试笔记
SwjloveJay/Listed-company-news-crawl-and-text-analysis
从新浪财经、每经网、金融界、**证券网、证券时报网上,爬取上市公司(个股)的历史新闻文本数据进行文本分析、提取特征集,然后利用SVM、随机森林等分类器进行训练,最后对实施抓取的新闻数据进行分类预测
SwjloveJay/News-Event-Classification
Classification and detection of polarizing events in the news
SwjloveJay/ngram2vec
Four word embedding models implemented in Python. Supporting arbitrary context features
SwjloveJay/online_twitter_lda
Detection of microblogs novel events using an online variant of topic model
SwjloveJay/python_interview_question
关于python的面试题
SwjloveJay/quickshift
A clustering algorithm that first finds the high-density regions (cluster-cores) of the data and then clusters the remaining points by hill-climbing. Such seedings act as more stable and expressive cluster-cores than the singleton modes found by popular algorithm such as mean shift. (https://arxiv.org/abs/1805.07909)
SwjloveJay/weibospider
:zap: A distributed crawler for weibo, building with celery and requests.