Pinned Repositories
A-Programmers-Guide-to-English
专为程序员编写的英语学习指南。v1.0
advanced-go-programming-book
:books: 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题
ansj_seg
ansj分词.ict的真正java实现.分词效果速度都超过开源版的ict. 中文分词,人名识别,词性标注,用户自定义词典
audio-analysis
Automatically exported from code.google.com/p/audio-analysis
Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量
computer-science
:mortar_board: Path to a free self-taught education in Computer Science!
CoreNLP
Stanford CoreNLP: A Java suite of core NLP tools.
makegirlsmoe.github.io
MakeGirls.moe Official Blog
Python
All Algorithms implemented in Python
zhihu
知乎专栏源码
cyril-x's Repositories
cyril-x/audio-analysis
Automatically exported from code.google.com/p/audio-analysis
cyril-x/HanLP-TextSimilarity
中文分词、统计词频、比对文本相似度
cyril-x/imageFilter
图像滤镜处理组件
cyril-x/learning-spark
cyril-x/Matchmaker
Plugin to easy your work on Wechat Weapp . This can help you inject functions to js file .
cyril-x/NLP_summary
自然语言处理
cyril-x/SentenceSim
中文短文句相似读
cyril-x/sentenceSimilarity
基于gensim模块计算句子相似度
cyril-x/SentimentPolarityAnalysis
情感极性分析repository1:基于情感词典、k-NN、Bayes、最大熵、SVM的情感极性分析。