sentencepiece icon indicating copy to clipboard operation
sentencepiece copied to clipboard

bazel support for C++ API

Open BBerabi opened this issue 4 years ago • 1 comments

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!

BBerabi avatar Aug 17 '21 16:08 BBerabi

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?

BBerabi avatar Aug 18 '21 12:08 BBerabi