chenjunyi1999/Translator-Transformer
[NLP] A english to chinese translator using Transformer structure
This tool translates English sentences into Chinese. You provide an English sentence, and it gives you the corresponding Chinese translation. It's designed for developers or researchers who need to integrate English-to-Chinese translation capabilities into their applications or workflows.
No commits in the last 6 months.
Use this if you are a developer looking for a basic, open-source English-to-Chinese translation model to integrate into your projects.
Not ideal if you need a high-quality, production-ready translation service with extensive language pairs or advanced features.
Stars
15
Forks
1
Language
Python
License
—
Category
Last pushed
Jul 26, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/chenjunyi1999/Translator-Transformer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
xv44586/toolkit4nlp
transformers implement (architecture, task example, serving and more)
luozhouyang/transformers-keras
Transformer-based models implemented in tensorflow 2.x(using keras).
ufal/neuralmonkey
An open-source tool for sequence learning in NLP built on TensorFlow.
graykode/xlnet-Pytorch
Simple XLNet implementation with Pytorch Wrapper
uzaymacar/attention-mechanisms
Implementations for a family of attention mechanisms, suitable for all kinds of natural language...