Pinned Repositories
Abnormal-check
An algorithm based on Java implementation, can automatically check the set of outliers in a set of data, eliminate these outliers, and finally get normal data.基于java实现的能够自动检查出一组数据中的异常值的集合,剔除这些异常集,得到正常数据。
ai-training-examples
algs4
Algorithms, 4th edition textbook code and libraries
annotated-transformer
An annotated implementation of the Transformer paper.
AppiumWeChatAuto
微信公众号文章采集之:微信公众号文章自动化浏览实现
arc90-readability
A copy of the original Arc90 repo with links to many of the current ports.
autolink-java
Java library to extract links (URLs, email addresses) from plain text; fast, small and smart
HanLP
自然语言处理 中文分词 词性标注 命名实体识别 依存句法分析 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁
jeecg-boot
⭐️「企业级低代码平台」前后端分离架构SpringBoot 2.x,SpringCloud,Ant Design&Vue,Mybatis,Shiro,JWT。强大的代码生成器让前后端代码一键生成,无需写任何代码! 引领新的开发模式OnlineCoding->代码生成->手工MERGE,帮助Java项目解决70%重复工作,让开发更关注业务,既能快速提高效率,帮助公司节省成本,同时又不失灵活性。
zhaoxjmail's Repositories
zhaoxjmail/berkeleylm
Automatically exported from code.google.com/p/berkeleylm
zhaoxjmail/book
深度学习和机器学习相关书籍(仅供非商业用途或交流学习使用)
zhaoxjmail/chinese_nlp
中文自然语言处理入门实战课程语料
zhaoxjmail/chinesesegmentor
CRFs based Chinese word segmentor
zhaoxjmail/ChineseSpellingCheck
中文拼写检查工具,用于对中文文本中的错误用语进行检测并给出纠正建议
zhaoxjmail/DoubleArrayTrie
double array trie with unicode support
zhaoxjmail/elastic-basic-plugin
zhaoxjmail/elasticsearch-concatenate-token-filter
Elasticsearch plugin which only provides a TokenFilter that merges tokens in a token stream back into one. Taken from http://elasticsearch-users.115913.n3.nabble.com/Is-there-a-concatenation-filter-td3711094.html
zhaoxjmail/hao
好东西传送门
zhaoxjmail/Ice-demo
基于 Zeroc Ice 3.6.1 的Android、iOS、Java、Javascript例子,Ice 源码地址https://github.com/zeroc-ice/ice
zhaoxjmail/Java-readability
A port of the arclabs 'readability' package to Java
zhaoxjmail/kylm
The Kyoyo Language Modeling Toolkit
zhaoxjmail/LOF-java
LOF is an outlier detecting algorithm.
zhaoxjmail/Ngram
Ngram model is used in a wide variety of applications, aimed to supply a multifunctional ngram tools to developers
zhaoxjmail/QRCodeLoginDemo
二维码登录和二维码生成及解析工具
zhaoxjmail/regexp-trie
Regexp::Trie for Java7
zhaoxjmail/spellcorrect
A program to correct non-word spelling error in sentences using ngram MAP Language Models, Noisy Channel Model, Error Confusion Matrix and Damerau-Levenshtein Edit Distance.
zhaoxjmail/SpellingCorrector-Java8
A port of Peter Norvig's Spelling Corrector to Java 8
zhaoxjmail/textfilter
敏感词过滤的几种实现+某1w词敏感词库
zhaoxjmail/THULAC-Java
An Efficient Lexical Analyzer for Chinese
zhaoxjmail/Time-NLP
中文语句中的时间语义识别。即通过分析中文语句,识别出话语中提到的时间。
zhaoxjmail/Viterbi
An implementation of HMM-Viterbi Algorithm 通用的维特比算法实现
zhaoxjmail/Web-Spider
A simple web crawler that crawls from a seed URL to a depth of 5. Implemented the crawler using both DFS and BFS algorithm.
zhaoxjmail/wechat-api
🗯 wechat-api by java7.
zhaoxjmail/Word2VEC_java
word2vec java版本的一个实现