Jun
Results
1
issues of
Jun
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...