fastnlp/fastNLP
fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.
This project helps machine learning engineers and researchers quickly build and experiment with Natural Language Processing (NLP) models. You input raw text data and a desired NLP task, and it outputs a trained model capable of performing tasks like sentiment analysis or text classification. It streamlines common engineering tasks, making NLP model development faster and more efficient for those working with large text datasets.
3,149 stars. No commits in the last 6 months. Available on PyPI.
Use this if you are an NLP researcher or engineer who wants to rapidly prototype and train models without getting bogged down in repetitive data processing and training loop code.
Not ideal if you are looking for a pre-built, ready-to-deploy NLP solution that doesn't require coding or deep learning expertise.
Stars
3,149
Forks
452
Language
Python
License
Apache-2.0
Category
Last pushed
Jun 05, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/fastnlp/fastNLP"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
nltk/nltk
NLTK Source
explosion/spaCy
💫 Industrial-strength Natural Language Processing (NLP) in Python
undertheseanlp/underthesea
Underthesea - Vietnamese NLP Toolkit
stanfordnlp/stanza
Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many...
flairNLP/flair
A very simple framework for state-of-the-art Natural Language Processing (NLP)