com.hankcs.hanlp.dependency
类 CRFDependencyParser
java.lang.Object
com.hankcs.hanlp.dependency.AbstractDependencyParser
com.hankcs.hanlp.dependency.CRFDependencyParser
public class CRFDependencyParser
- extends AbstractDependencyParser
基于随机条件场的依存句法分析器
- 作者:
- hankcs
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CRFDependencyParser
public CRFDependencyParser()
compute
public static CoNLLSentence compute(List<Term> termList)
compute
public static CoNLLSentence compute(String text)
parse
public CoNLLSentence parse(List<Term> termList)
- 指定者:
- 类
AbstractDependencyParser 中的 parse
Copyright © 2014–2015 码农场. All rights reserved.