com.hankcs.hanlp.dependency
类 AbstractDependencyParser

java.lang.Object
  继承者 com.hankcs.hanlp.dependency.AbstractDependencyParser
直接已知子类:
CRFDependencyParser, MinimumSpanningTreeParser

public abstract class AbstractDependencyParser
extends Object

作者:
hankcs

构造方法摘要
AbstractDependencyParser()
           
 
方法摘要
abstract  CoNLLSentence parse(List<Term> termList)
           
 
从类 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.