Skip to content

Commit fd2a829

Browse files
authored
Merge pull request hankcs#1439 from caoyi0905/patch-1
Typo Fix
2 parents dd561bd + 3148af0 commit fd2a829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/hankcs/hanlp/dictionary/nr/JapanesePersonDictionary.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public class JapanesePersonDictionary
5353
throw new IllegalArgumentException("日本人名词典" + path + "加载失败");
5454
}
5555

56-
logger.info("日本人名词典" + HanLP.Config.PinyinDictionaryPath + "加载成功,耗时" + (System.currentTimeMillis() - start) + "ms");
56+
logger.info("日本人名词典" + HanLP.Config.JapanesePersonDictionaryPath + "加载成功,耗时" + (System.currentTimeMillis() - start) + "ms");
5757
}
5858

5959
static boolean load()

0 commit comments

Comments
 (0)