amenota's Stars
ProHiryu/albert-chinese-ner
使用预训练语言模型ALBERT做中文NER
leichaocn/LSTM
以Word2Vec和LSTM为基础,实现一个语言模型
chatopera/Synonyms
:herb: 中文近义词:聊天机器人,智能问答工具包
chenlian-zhou/ALBERT_NER
yaleimeng/NER_corpus_chinese
NER(命名实体识别)中文语料,一站式获取
zjy-ucas/ChineseNER
A neural network model for Chinese named entity recognition
yumath/bertNER
ChineseNER based on BERT, with BiLSTM+CRF layer
fireae/albert_ner
基于轻量级的albert实现albert+BiLstm+CRF
brightmart/albert_zh
A LITE BERT FOR SELF-SUPERVISED LEARNING OF LANGUAGE REPRESENTATIONS, 海量中文预训练ALBERT模型
quincyliang/nlp-public-dataset
Chinese, English NER, English-Chinese machine translation dataset. 中英文实体识别数据集,中英文机器翻译数据集, 中文分词数据集
baidu/lac
百度NLP:分词,词性标注,命名实体识别,词重要性
MogicianXD/TrainCrawler
从12306和火车票网爬取**的火车站及车次信息
lizhe2004/chatbot-list
行业内关于智能客服、聊天机器人的应用和架构、算法分享和介绍
lancopku/pkuseg-python
pkuseg多领域中文分词工具; The pkuseg toolkit for multi-domain Chinese word segmentation
hankcs/HanLP
中文分词 词性标注 命名实体识别 依存句法分析 成分句法分析 语义依存分析 语义角色标注 指代消解 风格转换 语义相似度 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理
VincentSit/ChinaMobilePhoneNumberRegex
Regular expressions that match the mobile phone number in mainland China. / 一组匹配**大陆手机号码的正则表达式。
nutalk/pytorch_bert_vec
一条命令产生bert、albert句向量,用于相似度计算和文本分类等。
sys1874/torchtext_tourist
一个简单的torchtext 使用教程
fastnlp/fastNLP
fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.
smilelight/lightNLP
基于Pytorch和torchtext的自然语言处理深度学习框架。
NewToolAI/Use_Tensorflow_Write_Couplets
分别用keras和tensorflow实现语言模型,可以生成对联。
fxsjy/jieba
结巴中文分词
isnowfy/snownlp
Python library for processing Chinese text
pytorch/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
czy36mengfei/tensorflow2_tutorials_chinese
tensorflow2中文教程,持续更新(当前版本:tensorflow2.0),tag: tensorflow 2.0 tutorials
bojone/bert4keras
keras implement of transformers for humans
NLP-LOVE/ML-NLP
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
endymecy/MCMC-sampling
The theory and implement of Metropolis Hastings Algorithm and Gibbs sampling
laserwave/plsa
a python implementation of probabilistic latent semantic analysis (plsa) using EM algorithm
CyberZHG/keras-bert
Implementation of BERT that could load official pre-trained models for feature extraction and prediction