类 com.hankcs.hanlp.corpus.dependency.CoNll.CoNLLSentence
的使用

使用 CoNLLSentence 的软件包
com.hankcs.hanlp   
com.hankcs.hanlp.corpus.dependency.CoNll   
com.hankcs.hanlp.dependency   
 

com.hankcs.hanlpCoNLLSentence 的使用
 

返回 CoNLLSentencecom.hankcs.hanlp 中的方法
static CoNLLSentence HanLP.parseDependency(String sentence)
          依存文法分析
 

com.hankcs.hanlp.corpus.dependency.CoNllCoNLLSentence 的使用
 

返回变量类型为 CoNLLSentence 的类型的 com.hankcs.hanlp.corpus.dependency.CoNll 中的方法
static LinkedList<CoNLLSentence> CoNLLLoader.loadSentenceList(String path)
           
 

参数类型为 CoNLLSentencecom.hankcs.hanlp.corpus.dependency.CoNll 中的方法
 void Evaluator.e(CoNLLSentence right, CoNLLSentence test)
           
 

com.hankcs.hanlp.dependencyCoNLLSentence 的使用
 

返回 CoNLLSentencecom.hankcs.hanlp.dependency 中的方法
static CoNLLSentence WordNatureDependencyParser.compute(List<Term> termList)
           
static CoNLLSentence MaxEntDependencyParser.compute(List<Term> termList)
           
static CoNLLSentence CRFDependencyParser.compute(List<Term> termList)
           
static CoNLLSentence WordNatureDependencyParser.compute(String text)
           
static CoNLLSentence MaxEntDependencyParser.compute(String text)
           
static CoNLLSentence CRFDependencyParser.compute(String text)
           
 CoNLLSentence MinimumSpanningTreeParser.parse(List<Term> termList)
           
 CoNLLSentence CRFDependencyParser.parse(List<Term> termList)
           
abstract  CoNLLSentence AbstractDependencyParser.parse(List<Term> termList)
           
 



Copyright © 2014–2015 码农场. All rights reserved.