License |
License |
---|---|
Categories |
CategoriesDJL Business Logic Libraries Machine Learning |
GroupId | GroupIdai.djl.sentencepiece |
ArtifactId | ArtifactIdsentencepiece |
Last Version | Last Version0.17.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDJL NLP utilities for SentencePiece
Deep Java Library (DJL) NLP utilities for SentencePiece
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sentencepiece-0.17.0.pom | |
sentencepiece-0.17.0.jar | 797 KB |
sentencepiece-0.17.0-sources.jar | 12 KB |
sentencepiece-0.17.0-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.djl.sentencepiece/sentencepiece/ -->
<dependency>
<groupId>ai.djl.sentencepiece</groupId>
<artifactId>sentencepiece</artifactId>
<version>0.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/ai.djl.sentencepiece/sentencepiece/
implementation 'ai.djl.sentencepiece:sentencepiece:0.17.0'
// https://jarcasting.com/artifacts/ai.djl.sentencepiece/sentencepiece/
implementation ("ai.djl.sentencepiece:sentencepiece:0.17.0")
'ai.djl.sentencepiece:sentencepiece:jar:0.17.0'
<dependency org="ai.djl.sentencepiece" name="sentencepiece" rev="0.17.0">
<artifact name="sentencepiece" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.djl.sentencepiece', module='sentencepiece', version='0.17.0')
)
libraryDependencies += "ai.djl.sentencepiece" % "sentencepiece" % "0.17.0"
[ai.djl.sentencepiece/sentencepiece "0.17.0"]
Group / Artifact | Type | Version |
---|---|---|
ai.djl : api | jar | 0.17.0 |