| 程序包 | 说明 |
|---|---|
| com.hankcs.hanlp | |
| com.hankcs.hanlp.corpus.dependency.CoNll | |
| com.hankcs.hanlp.dependency | |
| com.hankcs.hanlp.dependency.nnparser |
| 限定符和类型 | 方法和说明 |
|---|---|
static CoNLLSentence |
HanLP.parseDependency(String sentence)
依存文法分析
|
| 限定符和类型 | 方法和说明 |
|---|---|
static LinkedList<CoNLLSentence> |
CoNLLLoader.loadSentenceList(String path) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Evaluator.e(CoNLLSentence right,
CoNLLSentence test) |
| 限定符和类型 | 方法和说明 |
|---|---|
static CoNLLSentence |
MaxEntDependencyParser.compute(List<Term> termList)
分析句子的依存句法
|
static CoNLLSentence |
WordNatureDependencyParser.compute(List<Term> termList)
分析句子的依存句法
|
static CoNLLSentence |
CRFDependencyParser.compute(List<Term> termList)
分析句子的依存句法
|
static CoNLLSentence |
MaxEntDependencyParser.compute(String sentence)
分析句子的依存句法
|
static CoNLLSentence |
WordNatureDependencyParser.compute(String sentence)
分析句子的依存句法
|
static CoNLLSentence |
CRFDependencyParser.compute(String sentence)
分析句子的依存句法
|
CoNLLSentence |
MinimumSpanningTreeParser.parse(List<Term> termList) |
CoNLLSentence |
IDependencyParser.parse(List<Term> termList)
分析句子的依存句法
|
CoNLLSentence |
CRFDependencyParser.parse(List<Term> termList) |
CoNLLSentence |
IDependencyParser.parse(String sentence)
分析句子的依存句法
|
CoNLLSentence |
AbstractDependencyParser.parse(String sentence) |
| 限定符和类型 | 方法和说明 |
|---|---|
static CoNLLSentence |
NeuralNetworkDependencyParser.compute(List<Term> termList)
分析句子的依存句法
|
static CoNLLSentence |
NeuralNetworkDependencyParser.compute(String sentence)
分析句子的依存句法
|
CoNLLSentence |
NeuralNetworkDependencyParser.parse(List<Term> termList) |
Copyright © 2014–2017 码农场. All rights reserved.