Closed ngosang closed 1 year ago
It seems interesting, I'll put that on my to do list but it could takes a while before I van work on that. Thanks for sharing this!
@morpheus65535 FYI this lib need to be compiled
@halali yeah just saw that. Thanks for the feedback.
@ngosang I really don't want to add too many of those dependencies that can't be vendored. I guess that for now it's a no-go for this module. Sorry :-/
@halali @morpheus65535 Yes, the library has to be compiled but they already provide compiled versions for most architectures. In your case will be similar to the compiled executables you are providing. You need to copy the "whl" file in your repository and install the required by the architecture. The packages are light, around 100kb.
Unfortunately this is not possible as whl is different for every python version and architecture
Long time ago I did some changes related to the library used to detect the subtitle language. => #800 It has been working fine but there is a new library developed by Facebook that is even better.
https://pypi.org/project/fasttext-predict/ => pip install fasttext-predict==0.9.2.1
I don't have time to do the work. Maybe you can find some time.