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/arc90-readability
A copy of the original Arc90 repo with links to many of the current ports.
zhaoxjmail/bertTokenizer
A java implementation of Bert Tokenizer.
zhaoxjmail/CoreNLP
Stanford CoreNLP: A Java suite of core NLP tools.
zhaoxjmail/CRF-Layer-on-the-Top-of-BiLSTM
The CRF Layer was implemented by using Chainer 2.0. Please see more details here: https://createmomo.github.io/2017/09/12/CRF_Layer_on_the_Top_of_BiLSTM_1/
zhaoxjmail/DeepLearning-MuLi-Notes
Notes about courses Dive into Deep Learning by Mu Li
zhaoxjmail/hmm-spellcheck
A spellchecker and corrector based on Hidden Markov Models
zhaoxjmail/hutool
🍬A set of tools that keep Java sweet.
zhaoxjmail/macbert-java-onnx
MacBERT for Chinese Spelling Correction, macbert中文拼写纠错
zhaoxjmail/mml-book.github.io
Companion webpage to the book "Mathematics For Machine Learning"
zhaoxjmail/Ngrams.java
:cake: A library for creating n-grams, skip-grams, bag of words, bag of n-grams, bag of skip-grams.
zhaoxjmail/nlp-hanzi-similar
The hanzi similar tool.(汉字相似度计算工具。中文形近字算法)
zhaoxjmail/nlp-lang
这个项目是一个基本包.封装了大多数nlp项目中常用工具
zhaoxjmail/nlp-tutorial
自然语言处理(NLP)教程,包括:词向量,词法分析,预训练语言模型,文本分类,文本语义匹配,信息抽取,翻译,对话。
zhaoxjmail/nlp_chinese_corpus
大规模中文自然语言处理语料 Large Scale Chinese Corpus for NLP
zhaoxjmail/NLPDataSet
记录本人整理的一些数据集
zhaoxjmail/pyspellchecker
Pure Python Spell Checking http://pyspellchecker.readthedocs.io/en/latest/
zhaoxjmail/python-screenshot-generator
App to generate a screenshot from websites built with Python/Django and Selenium.
zhaoxjmail/sensitive-word
👮♂️The sensitive word tool for java.(基于 DFA 算法实现的高性能 java 敏感词工具框架。请勿发布涉及政治、广告、营销、翻墙、违反国家法律法规等内容。)
zhaoxjmail/SimilarCharacter
对常用的6700个汉字进行音、形比较,输出音近字、形近字的列表。 # 相近字
zhaoxjmail/spring-rce-war
zhaoxjmail/STARE
Ultrafast Local Outlier Detection from a Data Stream with Stationary Region Skipping
zhaoxjmail/Statistical-Learning-Methods
Implement Statistical Learning Methods, Li Hang the hard way. 李航《统计学习方法》一书的硬核 Python 实现
zhaoxjmail/textgen
textgen, Text Generation models. 文本生成,包括:UDA,Seq2Seq,ERNIE-GEN,BERT,XLNet,GPT-2等模型实现,开箱即用。
zhaoxjmail/tiny-spring
A tiny IoC container refer to Spring.
zhaoxjmail/tutorials
Just Announced - "Learn Spring Security OAuth":
zhaoxjmail/webpage2html
save/convert web pages to a standalone editable html file for offline archive/view/edit/play/whatever
zhaoxjmail/webpage2html-java
:page_with_curl: Generates a single HTML file for a given URL by transforming external assets (css, js, images, fonts) into inline content and by encoding them with base64 if necessary. Java 1.7 and Android compatible.
zhaoxjmail/WeiboSpider
This is a sina weibo spider built by scrapy [微博爬虫/持续维护]
zhaoxjmail/word-checker
🇨🇳🇬🇧Chinese and English word spelling corrector.(中文易错别字检测,中文拼写检测纠正。英文单词拼写校验工具)
zhaoxjmail/WZU-machine-learning-course
温州大学《机器学习》课程资料(代码、课件等)