Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 466 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 466 Bytes

SentencePiece.NET

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.

Installation

Ensure you have the libSentencePiece built and available in your environment.

Usage

For usage examples, refer to the tests in the repository.