mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:58:59 +08:00
14 lines
406 B
JSON
14 lines
406 B
JSON
{
|
|
"name": "sentencepiece",
|
|
"version": "0.2.0",
|
|
"description": "SentencePiece is an unsupervised text tokenizer and detokenizer mainly for Neural Network-based text generation systems where the vocabulary size is predetermined prior to the neural model training",
|
|
"license": "Apache-2.0",
|
|
"supports": "static",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|