There was an error while loading. Please reload this page.
1 parent 68ecfd1 commit b68f85cCopy full SHA for b68f85c
2 files changed
java/MeCab.java
@@ -14,8 +14,6 @@
14
15
public class MeCab implements MeCabConstants {
16
public static synchronized void initialize() throws UnsatisfiedLinkError {
17
- System.out.println("Loading MeCab library...");
18
-
19
String nativeLibPath = "/org/chasen/mecab/native";
20
if (System.getProperty("os.name").indexOf("Mac") >= 0) {
21
nativeLibPath = nativeLibPath + "/macos";
java/build.gradle
@@ -7,7 +7,7 @@ publishing {
7
maven(MavenPublication) {
8
groupId = 'com.scatterlab.mecab-ko-java'
9
artifactId = 'mecab-ko-java'
10
- version = '1.0.3'
+ version = '1.0.4'
11
12
artifact 'MeCab.jar'
13
}
0 commit comments