com.hankcs.hanlp.dependency
类 CRFDependencyParser

java.lang.Object
  继承者 com.hankcs.hanlp.dependency.AbstractDependencyParser
      继承者 com.hankcs.hanlp.dependency.CRFDependencyParser

public class CRFDependencyParser
extends AbstractDependencyParser

基于随机条件场的依存句法分析器

作者:
hankcs

构造方法摘要
CRFDependencyParser()
           
 
方法摘要
static CoNLLSentence compute(List<Term> termList)
           
static CoNLLSentence compute(String text)
           
 CoNLLSentence parse(List<Term> termList)
           
 
从类 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.