You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Result parse = ToAnalysis.parse("我是谁的谁");
System.out.println(parse);
library.properties内容
dic=library/default.dic`
`
default.dic内容
我是谁的谁 我是谁 n 的谁 n`
输出结果
一月 26, 2021 10:36:33 下午 org.ansj.library.AmbiguityLibrary error
严重: Init ambiguity library error :org.ansj.exception.LibraryException: path :library/ambiguity.dic file:E:\code\ideaProject\b\library\ambiguity.dic not found or can not to read, path: library/ambiguity.dic
我/r,是/v,谁/r,的/u,谁/r
我是期望他输出:
我是谁/n,的谁/n
请问作者和各位大佬指点迷津
The text was updated successfully, but these errors were encountered:
Java项目结构,项目名称叫b
Java
----Demo.java
resource
----library.properties
----library
--------default.dic
`
Demo.java内容
Result parse = ToAnalysis.parse("我是谁的谁");
System.out.println(parse);
library.properties内容
dic=library/default.dic`
`
default.dic内容
我是谁的谁 我是谁 n 的谁 n`
输出结果
一月 26, 2021 10:36:33 下午 org.ansj.library.AmbiguityLibrary error
严重: Init ambiguity library error :org.ansj.exception.LibraryException: path :library/ambiguity.dic file:E:\code\ideaProject\b\library\ambiguity.dic not found or can not to read, path: library/ambiguity.dic
我/r,是/v,谁/r,的/u,谁/r
我是期望他输出:
我是谁/n,的谁/n
请问作者和各位大佬指点迷津
The text was updated successfully, but these errors were encountered: