joe0123/ADL2021
Homework of Applied Deep Learning (ADL Lectured by Yun-Nung Chen at NTU)
This project offers solutions for common Natural Language Processing tasks, specifically designed for the Chinese language. It takes text inputs and can classify sentiment, identify user intent, extract key information (slot tagging), answer questions, or generate news headlines. It's useful for developers and researchers working on NLP applications, particularly those focused on the Chinese language.
No commits in the last 6 months.
Use this if you are a developer or researcher looking for example implementations of various NLP tasks in Chinese, such as sentiment analysis or question answering.
Not ideal if you are an end-user without programming experience, as this project contains source code for deep learning models, not a ready-to-use application.
Stars
7
Forks
3
Language
Python
License
—
Category
Last pushed
Jan 18, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/joe0123/ADL2021"
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实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)
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》中文翻译