| Package | Description |
|---|---|
| com.hankcs.hanlp.dependency.perceptron.transition.configuration | |
| com.hankcs.hanlp.dependency.perceptron.transition.parser |
| Modifier and Type | Field and Description |
|---|---|
State |
Configuration.state |
| Modifier and Type | Method and Description |
|---|---|
State |
State.clone() |
| Modifier and Type | Method and Description |
|---|---|
int |
Instance.actionCost(Action action,
int dependency,
State state)
For the cost of an action given the gold dependencies
For more information see:
Yoav Goldberg and Joakim Nivre.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ArcEager.canDo(Action action,
State state) |
static void |
ArcEager.leftArc(State state,
int dependency) |
static void |
ArcEager.reduce(State state) |
static void |
ArcEager.rightArc(State state,
int dependency) |
static void |
ArcEager.shift(State state) |
static void |
ArcEager.unShift(State state) |
Copyright © 2014–2021 码农场. All rights reserved.