SentencePiece.NET is a .NET wrapper for SentencePiece, enabling efficient text tokenization in C#. It utilizes P/Invoke to call the native SentencePiece library via the libSentencePiece.
Ensure you have the libSentencePiece built and available in your environment.
For usage examples, refer to the tests in the repository.