We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd561bd + 3148af0 commit fd2a829Copy full SHA for fd2a829
src/main/java/com/hankcs/hanlp/dictionary/nr/JapanesePersonDictionary.java
@@ -53,7 +53,7 @@ public class JapanesePersonDictionary
53
throw new IllegalArgumentException("日本人名词典" + path + "加载失败");
54
}
55
56
- logger.info("日本人名词典" + HanLP.Config.PinyinDictionaryPath + "加载成功,耗时" + (System.currentTimeMillis() - start) + "ms");
+ logger.info("日本人名词典" + HanLP.Config.JapanesePersonDictionaryPath + "加载成功,耗时" + (System.currentTimeMillis() - start) + "ms");
57
58
59
static boolean load()
0 commit comments