tlwg / libthai

GNU Lesser General Public License v2.1
71 stars 18 forks source link

Support for other/external word breaking backends? #10

Open wishawa opened 5 years ago

wishawa commented 5 years ago

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.