I am working on porting the neural network based word cutting tool deepcut to C++ and using it as a word breaking backend in libthai.
I have successfully integrated, built and tested it, but the binary size went up from 50KB to over 20 MB, so it can't be built-in.
Is there any plan for supporting external backends? I can do it if you want.
Alternatively, I can create a new project specifically for my backend, using this one as upstream.
I am working on porting the neural network based word cutting tool deepcut to C++ and using it as a word breaking backend in libthai. I have successfully integrated, built and tested it, but the binary size went up from 50KB to over 20 MB, so it can't be built-in. Is there any plan for supporting external backends? I can do it if you want. Alternatively, I can create a new project specifically for my backend, using this one as upstream.