Anise
Anise
I think that you should check if the word is inside of a quotation before fixing it. For example: ```python >>> import contractions >>> contractions.fix("you're happy now") 'you are happy...
Hey guys, have you tested https://github.com/Animenosekai/translate/blob/main/translatepy/translators/google.py#L89 with the same text you want to translate to english, then tested it on the actual site, to see if it returns the same...
Thank you for using `translatepy` ! You put on the README and the line below that the script were using Yandex.Translate to translate things https://github.com/minimaxir/ai-generated-pokemon-rudalle/blob/3a5b1e6a9818f45c5d980ed61e2d402014cab5e9/build_image_dataset.py#L36 Although this is in some...
- `teuf` means `party` but informally (we shouldn't be a bad word) (?) - veuve means `widow`
`ja` seemed to have some not so bad words I mean: `girl` (`女の子`), and `web camera` (`ウェブカメラ`) shouldn't be bad words (?)
As I asked the dev on Twitter, I just wanted to know how many characters was needed for the program to detect a language (because song titles for example don’t...
Here is the pull request for the third major release of `translatepy`. See #78 for more information on the features expected to come in this version.
Next: 3.0
--- version: 3.0 status: ALPHA --- # Next > Provides informations about the next coming version  This version provides general improvements over the whole project, bringing exciting new...
Hello! I just got your project on my GitHub home page and wanted to help a bit by updating the code to improve its performance (avoid recomputing things, storing variables,...
I was testing different resizing algorithms and I noticed that the Nearest Neighbour algorithm is way faster than Antialiasing. I was just wondering why ImageHash used `Image.ANTIALIAS` over `Image.NEAREST` for...