terryyin / terryyin/translate-python
translation cut off
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 759
- Forks
- 152
- PR merge metrics
- No merged PRs in 30d
Description
Hi, thank you for developing translate.
I tried it and it's very easy to install and use.
import translate
tr = translate.Translator(to_lang='fr')
tr.translate('I am happy that you are a boy.')
'Je suis content que tu sois'
The actual translation should be (and is on the Web version):
'Je suis content que tu sois un garçon.'
I wonder if there is any length limit or an option to get the full sentence. Thank you!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with the Python example using translate.Translator(to_lang='fr') and compare its output with the expected full sentence. Trace how Translator handles the request and response, then verify whether the full translation is returned or whether the project needs to document an existing length limit or option.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100