| Package | Description |
|---|---|
| com.hankcs.hanlp.dependency | |
| com.hankcs.hanlp.dependency.common | |
| com.hankcs.hanlp.model.bigram |
| Modifier and Type | Method and Description |
|---|---|
protected Edge |
MaxEntDependencyParser.makeEdge(Node[] nodeArray,
int from,
int to)
Deprecated.
|
protected Edge |
WordNatureDependencyParser.makeEdge(Node[] nodeArray,
int from,
int to) |
protected abstract Edge |
MinimumSpanningTreeParser.makeEdge(Node[] nodeArray,
int from,
int to) |
| Modifier and Type | Field and Description |
|---|---|
Edge |
State.edge |
| Constructor and Description |
|---|
State(float cost,
int id,
Edge edge) |
| Modifier and Type | Method and Description |
|---|---|
Edge |
WordNatureDependencyModel.getEdge(Node from,
Node to)
打分
|
Copyright © 2014–2021 码农场. All rights reserved.