Pinned Repositories
binaryTree
some function belong to binary tree
ChineseSpellingCheck
中文拼写检查工具,用于对中文文本中的错误用语进行检测并给出纠正建议
ChunkAnalysis
中文组块分析,主要对中文句子进行组块标注
correction
Chinese "spelling" error correction
DecisionTree
decision tree by java
DeepLearingWithJava
java实现深度学习例子
evolutionGame
HMM
隐马尔可夫模型框架(多阶隐马尔可夫模型,基于监督和非监督的训练方法)
jahmm
An implementation of Hidden Markov Models in Java
Ngram
Ngram model is used in a wide variety of applications, aimed to supply a multifunctional ngram tools to developers
zhangsonglei's Repositories
zhangsonglei/ChineseSpellingCheck
中文拼写检查工具,用于对中文文本中的错误用语进行检测并给出纠正建议
zhangsonglei/ChunkAnalysis
中文组块分析,主要对中文句子进行组块标注
zhangsonglei/Ngram
Ngram model is used in a wide variety of applications, aimed to supply a multifunctional ngram tools to developers
zhangsonglei/DeepLearingWithJava
java实现深度学习例子
zhangsonglei/HMM
隐马尔可夫模型框架(多阶隐马尔可夫模型,基于监督和非监督的训练方法)
zhangsonglei/Autochecker4Chinese
中文文本错别字检测以及自动纠错 / Autochecker & autocorrecter for chinese
zhangsonglei/Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量
zhangsonglei/cnn-text-classification-tf
Convolutional Neural Network for Text Classification in Tensorflow
zhangsonglei/deeplearning_ai_books
deeplearning.ai(吴恩达老师的深度学习课程笔记及资源)
zhangsonglei/DL4J
Deep Learning for java
zhangsonglei/Interview-Notebook
:books: 技术面试需要掌握的基础知识整理
zhangsonglei/interviews
Everything you need to know to get the job.
zhangsonglei/jieba-analysis
结巴分词(java版)
zhangsonglei/kaldi
This is now the official location of the Kaldi project.
zhangsonglei/LunarCalendar
**农历的Java实现,支持约300年公历范围:1850-02-12到2150-12-31;一个Java类不到1000行,不依赖任何第三方库。
zhangsonglei/Machine-Learning-Study-Path-March-2019
A complete ML study path, focused on TensorFlow and Scikit-Learn
zhangsonglei/MiNLP
XiaoMi Natural Language Processing Toolkits
zhangsonglei/multiffn-nli
Implementation of the multi feed-forward network architecture by Parikh et al. (2016) for Natural Language Inference.
zhangsonglei/ner
实现基于字,基于词,基于词性标注的命名实体识别
zhangsonglei/nlp4han
中文自然语言处理工具集
zhangsonglei/OpenCC
A project for conversion between Traditional and Simplified Chinese
zhangsonglei/pycorrector
pycorrector is a toolkit for text error correction. It was developed to facilitate the designing, comparing, and sharing of deep text error correction models.
zhangsonglei/scikit-learn
scikit-learn: machine learning in Python
zhangsonglei/SIF
sentence embedding by Smooth Inverse Frequency weighting scheme
zhangsonglei/SortAlgorithm
实现排序算法
zhangsonglei/sphinx4
Pure Java speech recognition library
zhangsonglei/StatisticsCodeLines
statistics code lines in all java file,without count empty lines and annotation
zhangsonglei/textClassifier
Text classifier for Hierarchical Attention Networks for Document Classification
zhangsonglei/Trie
Trie tree, an efficient data structure to statistics word frequency, and was applied to many fields
zhangsonglei/zh_cnn_text_classify
基于CNN的中文文本分类算法(可应用于垃圾邮件过滤、情感分析等场景)