We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
static SRL srl_a=new SRL(); srl_a.srl(words, pos, ners, heads_arcs, arcs, srls); 该行一直运行,不结束,不报错 其中参数words, pos, ners, heads_arcs, arcs已有值。 srls是待返回结果。定义如下 List<Pair<Integer, List<Pair<String, Pair<Integer, Integer>>>>> srls=new ArrayList<Pair<Integer, List<Pair<String, Pair<Integer, Integer>>>>>();
The text was updated successfully, but these errors were encountered:
这是两个接口之间协议出现了一点问题,srl部分弧root序号为-1,而句法输出为0,索引错位了1,需要手动改一下。
Sorry, something went wrong.
会在之后的版本中修正该问题。
@liu946 老师,请问手动更改使ltp4j的SRL的api正常工作需要进行哪些操作?
No branches or pull requests
static SRL srl_a=new SRL();
srl_a.srl(words, pos, ners, heads_arcs, arcs, srls); 该行一直运行,不结束,不报错
其中参数words, pos, ners, heads_arcs, arcs已有值。
srls是待返回结果。定义如下
List<Pair<Integer, List<Pair<String, Pair<Integer, Integer>>>>> srls=new ArrayList<Pair<Integer, List<Pair<String, Pair<Integer, Integer>>>>>();
The text was updated successfully, but these errors were encountered: