P.J. Finlay
P.J. Finlay
> @PJ-Finlay are contributions still welcome? i'm getting into PyQt5 and i think i can contribute to both issues and add some minor improvements. Definitely! There are multiple issues mentioned...
https://github.com/OpenNMT/OpenNMT-py/issues/2244
> RuntimeError: Numpy is not available I think this is a Numpy issue https://github.com/LibreTranslate/LibreTranslate/issues/638
This is a know issue with Python 3.12 and SentencePiece. The fix is in progress now https://community.libretranslate.com/t/upgrade-sentencepiece-to-support-python-3-12/1060
This is an eccentricity of the Transformer language model we use for translation not an issue with the LibreTranslate code. This isn't the first time `♪` symbols have been generated...
Thanks for looking into this. I was able to reproduce the issue: ``` argospm update argospm install translate-de_en export ARGOS_DEBUG=1 python htmlexample.py ``` ``` # htmlexample.py import argostranslate.package, argostranslate.translate import...
Is this for passing the DOCTYPE tag through translate-html or is it going through the seq2seq model? I think the soup library should maintain the DOCTYPE but the seq2seq probably...
https://github.com/LibreTranslate/LibreTranslate/issues/638
https://github.com/LibreTranslate/LibreTranslate/issues/638
> I'm willing to contribute to this issue. Can someone guide me on where to get started? > Are there any coding conventions or contribution guidelines I should follow for...