| Modifier and Type | Method and Description |
|---|---|
static CoNLLSentence |
HanLP.parseDependency(String sentence)
依存文法分析
|
| Modifier and Type | Method and Description |
|---|---|
static LinkedList<CoNLLSentence> |
CoNLLLoader.loadSentenceList(String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
Evaluator.e(CoNLLSentence right,
CoNLLSentence test) |
| Modifier and Type | Method and Description |
|---|---|
static CoNLLSentence |
MaxEntDependencyParser.compute(List<Term> termList)
Deprecated.
分析句子的依存句法
|
static CoNLLSentence |
WordNatureDependencyParser.compute(List<Term> termList)
分析句子的依存句法
|
static CoNLLSentence |
MaxEntDependencyParser.compute(String sentence)
Deprecated.
分析句子的依存句法
|
static CoNLLSentence |
WordNatureDependencyParser.compute(String sentence)
分析句子的依存句法
|
CoNLLSentence |
MinimumSpanningTreeParser.parse(List<Term> termList) |
CoNLLSentence |
IDependencyParser.parse(List<Term> termList)
分析句子的依存句法
|
CoNLLSentence |
IDependencyParser.parse(String sentence)
分析句子的依存句法
|
CoNLLSentence |
AbstractDependencyParser.parse(String sentence) |
| Modifier and Type | Method and Description |
|---|---|
static CoNLLSentence |
NeuralNetworkDependencyParser.compute(List<Term> termList)
分析句子的依存句法
|
static CoNLLSentence |
NeuralNetworkDependencyParser.compute(String sentence)
分析句子的依存句法
|
CoNLLSentence |
NeuralNetworkDependencyParser.parse(List<Term> termList) |
| Modifier and Type | Method and Description |
|---|---|
CoNLLSentence |
KBeamArcEagerDependencyParser.parse(List<Term> termList) |
CoNLLSentence |
KBeamArcEagerDependencyParser.parse(List<Term> termList,
int beamWidth,
int numOfThreads)
执行句法分析
|
Copyright © 2014–2021 码农场. All rights reserved.