shibing624/nlp-tutorial
自然语言处理(NLP)教程,包括:词向量,词法分析,预训练语言模型,文本分类,文本语义匹配,信息抽取,翻译,对话。
This project offers practical examples for a wide range of natural language processing (NLP) tasks. It helps practitioners, data scientists, and AI researchers understand how to process and analyze text data, from breaking sentences into words to understanding text meaning and generating new sentences. You can input raw text and get outputs like categorized text, translated sentences, or identified entities.
485 stars. No commits in the last 6 months.
Use this if you are an NLP practitioner or data scientist looking for concrete examples and baseline implementations to solve common text-related problems like classifying documents, building chatbots, or extracting information from text.
Not ideal if you are looking for a plug-and-play application or a production-ready system without any coding or deep understanding of machine learning concepts.
Stars
485
Forks
72
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
May 07, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/shibing624/nlp-tutorial"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
Ricardokevins/Kevinpro-NLP-demo
All NLP you Need Here. 目前包含15个NLP demo的pytorch实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)
spro/practical-pytorch
Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained
allenai/allennlp-models
Officially supported AllenNLP models
graykode/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
apachecn/nlp-pytorch-zh
《Natural Language Processing with PyTorch》中文翻译