sentencepiece-jni icon indicating copy to clipboard operation
sentencepiece-jni copied to clipboard

Java JNI wrapper for SentencePiece: unsupervised text tokenizer for Neural Network-based text generation.

Results 5 sentencepiece-jni issues
Sort by recently updated
recently updated
newest added

Anyone help me, plz? My log is bellow: https://drive.google.com/file/d/1Jjk_1G99aXmDY5WRlOrpa6aLhFuaTwxO/view?usp=sharinghttps://drive.google.com/file/d/1Jjk_1G99aXmDY5WRlOrpa6aLhFuaTwxO/view?usp=sharing https://drive.google.com/file/d/1kjjKsx6mwaZF6WdLygMk4krGUmNVLmKk/view?usp=sharing

I am writing to inform you about some library dependency issues that I have encountered, specifically a GLIBC version conflict on the Linux operating system. I compiled the repository on...

I git cloned the repo and ran the `SentencePieceProcessorTest`. It throws the error ``` java.lang.UnsatisfiedLinkError: File /libsentencepiece_jni.dylib was not found inside JAR. at com.github.google.sentencepiece.SentencePieceJNI.(SentencePieceJNI.java:11) at com.github.google.sentencepiece.SentencePieceProcessor.(SentencePieceProcessor.java:13) at com.github.google.sentencepiece.SentencePieceProcessorTest.setUp(SentencePieceProcessorTest.java:21) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native...

With the newly merged work in #12 and #14, it's possible to publish cross-platform artifacts to Maven central or even [GitHub Packages](https://github.com/features/packages) for broad consumption. I think there may be...

this should fix the issue with the duplicate POM.