com.hankcs.hanlp.dependency.nnparser
类 parser_dll
java.lang.Object
com.hankcs.hanlp.dependency.nnparser.parser_dll
public class parser_dll
- extends Object
静态调用的伪 Windows “dll”
- 作者:
- hankcs
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parser_dll
public parser_dll()
parse
public static int parse(List<String> words,
List<String> postags,
List<Integer> heads,
List<String> deprels)
- 分析句法
- 参数:
words - 词语列表postags - 词性列表heads - 输出依存指向列表deprels - 输出依存名称列表
- 返回:
- 节点的个数
Copyright © 2014–2015 鐮佸啘鍦�/a>. All rights reserved.