public class RuleSet extends Object
| Constructor and Description |
|---|
RuleSet() |
| Modifier and Type | Method and Description |
|---|---|
double |
applyScore() |
double |
getCauseScore()
Ratio of event has cause
|
double |
getEv2Score()
Ratio of event as cause
|
double |
getEvtScore()
Ratio of event as theme
|
int |
getFreq()
Count frequency of this rule, should not use alone, use getScore instead.
|
double |
getScore()
Confident score for this rule, if this value is low, skip this rule
|
double |
getT1Score()
For binding only; this value is used to determine whether to use pro in front of TG as theme/ or use t2 score
|
double |
getT2Score()
Theme 2 score
|
double |
inchunkScore()
Percentage of event has in chunk form, if this value is low, then skip in-chunk event
|
public double getEvtScore()
public double getCauseScore()
public double getEv2Score()
public double getT2Score()
public int getFreq()
public double getT1Score()
public double getScore()
public double inchunkScore()
public double applyScore()
Copyright © 2016 JULIE Lab, Germany. All rights reserved.