Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 358 Bytes

File metadata and controls

10 lines (6 loc) · 358 Bytes

libSentencePiece

This library provides a C-compatible wrapper around SentencePiece, allowing integration with C# via P/Invoke.

Usage

Ensure the library is built in Release mode to avoid compatibility issues with C#.

Note:

The C# wrapper for libSentencePiece can be found under SentencePiece.NET.