| Package | Description |
|---|---|
| com.hankcs.hanlp.dependency.perceptron.accessories | |
| com.hankcs.hanlp.dependency.perceptron.transition.configuration |
| Modifier and Type | Method and Description |
|---|---|
Edge |
Edge.clone() |
| Modifier and Type | Field and Description |
|---|---|
protected Edge[] |
State.arcs
Keeps dependent->head information
|
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<Integer,Edge> |
Instance.goldDependencies
dependent -> head
|
| Modifier and Type | Method and Description |
|---|---|
HashMap<Integer,Edge> |
Instance.getGoldDependencies() |
| Constructor and Description |
|---|
Instance(Sentence sentence,
HashMap<Integer,Edge> goldDependencies) |
Copyright © 2014–2021 码农场. All rights reserved.