sentencepiece
sentencepiece copied to clipboard
bazel support for C++ API
Hello all,
Thank you for developing sentencepiece library! I am using bazel and want to incorporate sentencepiece into my project and use the c++ API. I could not find any BUILD support for bazel. I tried to do it on my own but got stuck at some point.
Could you provided support for bazel?
Thank you!
I saw that there is branch called bazel with bazel build support.
The branch does not seem %100 up to date with the master, and in fact, it is 200 commits behind. What is the current status of this branch? what does it support and which features does it not support?