zuxinqi/nlp_tasks
nlp基础任务
This is a collection of NLP algorithms, covering text classification, sequence labeling, relation extraction, text matching, and text similarity. It provides various models for common NLP tasks, taking raw text as input and outputting classifications, labeled sequences, or extracted relationships. Data scientists and machine learning engineers working with text will find this useful for implementing or experimenting with different NLP approaches.
No commits in the last 6 months.
Use this if you are a data scientist or machine learning engineer looking for a pre-organized collection of implementations for fundamental NLP tasks like sentiment analysis, named entity recognition, or information extraction.
Not ideal if you are an end-user without programming knowledge, as this project requires familiarity with Python and machine learning frameworks.
Stars
23
Forks
6
Language
Python
License
—
Category
Last pushed
May 26, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/zuxinqi/nlp_tasks"
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》中文翻译