sagorbrur/bntransformer
Bengali transformer using transformers
This project helps anyone working with Bengali text to perform various natural language processing tasks. You provide Bengali text, and it can tokenize words, answer questions based on a given context, identify named entities like people or places, translate to English, fill in masked words, or generate new text. This is useful for researchers, data scientists, or content creators dealing with large amounts of Bengali language data.
No commits in the last 6 months. Available on PyPI.
Use this if you need to analyze, understand, or generate Bengali text programmatically for tasks like information extraction, content creation, or data preparation.
Not ideal if you need a user-friendly graphical interface or a tool for languages other than Bengali, as this is a developer-focused library.
Stars
22
Forks
3
Language
Python
License
MIT
Category
Last pushed
Apr 29, 2025
Commits (30d)
0
Dependencies
2
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/sagorbrur/bntransformer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Tongjilibo/bert4torch
An elegent pytorch implement of transformers
nyu-mll/jiant
jiant is an nlp toolkit
lonePatient/TorchBlocks
A PyTorch-based toolkit for natural language processing
monologg/JointBERT
Pytorch implementation of JointBERT: "BERT for Joint Intent Classification and Slot Filling"
grammarly/gector
Official implementation of the papers "GECToR – Grammatical Error Correction: Tag, Not Rewrite"...