com.hankcs.hanlp.dependency
类 AbstractDependencyParser
java.lang.Object
com.hankcs.hanlp.dependency.AbstractDependencyParser
- 直接已知子类:
- CRFDependencyParser, MinimumSpanningTreeParser
public abstract class AbstractDependencyParser
- extends Object
- 作者:
- hankcs
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractDependencyParser
public AbstractDependencyParser()
parse
public abstract CoNLLSentence parse(List<Term> termList)
Copyright © 2014–2015 码农场. All rights reserved.