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.
1 parent 45b1c6c commit c096bc5Copy full SHA for c096bc5
src/main/java/com/hankcs/hanlp/HanLP.java
@@ -272,7 +272,7 @@ public static final class Config
272
}
273
catch (Exception e)
274
{
275
- StringBuilder sbInfo = new StringBuilder("========Tips========\n请将HanLP.properties放在下列目录:\n"); // 打印一些友好的tips
+ StringBuilder sbInfo = new StringBuilder("========Tips========\n请将hanlp.properties放在下列目录:\n"); // 打印一些友好的tips
276
String classPath = (String) System.getProperties().get("java.class.path");
277
if (classPath != null)
278
0 commit comments