slvher's Stars
abseil/abseil-py
Abseil Common Libraries (Python)
graykode/nlp-roadmap
ROADMAP(Mind Map) and KEYWORD for students those who have interest in learning NLP
chakki-works/seqeval
A Python framework for sequence labeling evaluation(named-entity recognition, pos tagging, etc...)
didi/ChineseNLP
Datasets, SOTA results of every fields of Chinese NLP
google-research/uda
Unsupervised Data Augmentation (UDA)
mayabot/mynlp
一个生产级、高性能、模块化、可扩展的中文NLP工具包。(中文分词、平均感知机、fastText、拼音、新词发现、分词纠错、BM25、人名识别、命名实体、自定义词典)
zihangdai/xlnet
XLNet: Generalized Autoregressive Pretraining for Language Understanding
phacility/phabricator
Effective June 1, 2021: Phabricator is no longer actively maintained.
libalf/libalf
The Automata Learning Framework
xdevplatform/Gnip-Trend-Detection
Trend detection algorithms for Twitter time series data
brightmart/roberta_zh
RoBERTa中文预训练模型: RoBERTa for Chinese
zhihu/cuBERT
Fast implementation of BERT inference directly on NVIDIA (CUDA, CUBLAS) and Intel MKL
ghdi6758/SemAxis
SemAxis: A Lightweight Framework to Characterize Domain-Specific Word Semantics Beyond Sentiment
Separius/awesome-sentence-embedding
A curated list of pretrained sentence and word embedding models
NVIDIA/Megatron-LM
Ongoing research training transformer models at scale
NVIDIA/DeepLearningExamples
State-of-the-Art Deep Learning scripts organized by models - easy to train and deploy with reproducible accuracy and performance on enterprise-grade infrastructure.
utterworks/fast-bert
Super easy library for BERT based NLP models
ShannonAI/service-streamer
Boosting your Web Services of Deep Learning Applications.
SeldonIO/seldon-core
An MLOps framework to package, deploy, monitor and manage thousands of production machine learning models
edmondburnett/twitter-text-python
Twitter text processing library (auto linking and extraction of usernames, lists and hashtags).
heerme/twitter-topics
Python code for detecting topics/events from a Twitter stream
makcedward/nlp
:memo: This repository recorded my NLP journey.
oborchers/Fast_Sentence_Embeddings
Compute Sentence Embeddings Fast!
DrJZhou/Deep-Learning-for-Aspect-Level-Sentiment-Classification-Baselines
The public state-of-the-art methods for deep learning based ASC
wistbean/learn_python3_spider
python爬虫教程系列、从0到1学习python爬虫,包括浏览器抓包,手机APP抓包,如 fiddler、mitmproxy,各种爬虫涉及的模块的使用,如:requests、beautifulSoup、selenium、appium、scrapy等,以及IP代理,验证码识别,Mysql,MongoDB数据库的python使用,多线程多进程爬虫的使用,css 爬虫加密逆向破解,JS爬虫逆向,分布式爬虫,爬虫项目实战实例等
dsindex/etagger
reference tensorflow code for named entity tagging
intel/hyperscan
High-performance regular expression matching library
facebookresearch/dlrm
An implementation of a deep learning recommendation model (DLRM)
thunlp/OpenCLaP
Open Chinese Language Pre-trained Model Zoo
TheAlgorithms/Python
All Algorithms implemented in Python