jiacheng-ye/code-for-nlp-beginner
code for nlp beginner, including Sentiment Analysis, NER, NLI and Language Model.
This project helps developers explore and learn various Natural Language Processing (NLP) techniques. It provides practical code examples for common tasks like understanding sentiment in text, identifying names and places, determining relationships between sentences, and generating text. By examining these examples, developers can see how to build systems that take raw text as input and produce classified sentiments, recognized entities, or coherent new text.
No commits in the last 6 months.
Use this if you are a developer looking for concrete, runnable code examples to understand fundamental NLP tasks like text classification, named entity recognition, and language modeling.
Not ideal if you are an end-user seeking a ready-to-use tool to perform NLP tasks without writing code or delving into model architectures.
Stars
58
Forks
14
Language
Python
License
—
Category
Last pushed
Oct 04, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/jiacheng-ye/code-for-nlp-beginner"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Ricardokevins/Kevinpro-NLP-demo
All NLP you Need Here. 目前包含15个NLP demo的pytorch实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)
graykode/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
spro/practical-pytorch
Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained
apachecn/nlp-pytorch-zh
《Natural Language Processing with PyTorch》中文翻译
allenai/allennlp-models
Officially supported AllenNLP models